/home/techb158/exp.abdallabala.com/ui/theme/ibilling
Edit: /home/techb158/exp.abdallabala.com/ui/theme/ibilling/client_profile.tpl (5413B)
{include file="sections/header.tpl"}
{$user->account}
{if $user->company neq ''}
{$user->company}
{$user->account}
{else}
{$user->account}
{/if}
{$user->address}
{$user->city}
{$user->state} - {$user->zip}
{$user->country}
{$_L['Phone']}: {$user->phone}
{$_L['Email']}: {$user->email}
{foreach $cf as $cfs}
{$cfs['fieldname']}: {get_custom_field_value($cfs['id'],$user->id)}
{/foreach}
{include file="sections/footer.tpl"}