2012-09-26 11:28:20 +00:00
|
|
|
{include_template_file file="blocks/account_left.html"}
|
2012-12-28 17:33:03 +00:00
|
|
|
<div class="account-right">
|
2012-12-31 09:22:27 +00:00
|
|
|
<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()}
|
2012-12-28 17:33:03 +00:00
|
|
|
</div>
|