clipbucket/upload/styles/cbv3/layout/myaccount.html
Fawaz b25c990950 Added : dashboard ajax request
Updated : myaccount.html
2012-12-31 09:22:27 +00:00

8 lines
No EOL
397 B
HTML

{include_template_file file="blocks/account_left.html"}
<div class="account-right">
<a href="{$userquery->profile_link( $userquery->udetails )}" class="marginB20 block">
<img src="{avatar uid=userid()}" width="100" height="100" class="marginR10" />
<strong style="text-transform: uppercase">{name($userquery->udetails)}</strong>
</a>
{display_dashboard()}
</div>