2013-10-07 12:17:06 +00:00
|
|
|
<div>
|
2014-03-17 07:45:30 +00:00
|
|
|
{include file="$style_dir/blocks/manage/account_menu.html"}
|
2013-10-07 12:17:06 +00:00
|
|
|
|
|
|
|
<div class="account_box clearfix">
|
|
|
|
{include file="$style_dir/blocks/manage/account_head.html" user=$user}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{foreach from=$userquery->my_account_links() item=link key=name}
|
|
|
|
<div class="account_option_box">
|
|
|
|
<span class="its_title">{$name}</span>
|
|
|
|
<ul>
|
|
|
|
{foreach from=$link item=alink key=link_name}
|
|
|
|
<li><a href="{$alink}">{$link_name}</a></li>
|
|
|
|
{/foreach}
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
{/foreach}
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
|
|
</div>
|