23 lines
No EOL
588 B
HTML
23 lines
No EOL
588 B
HTML
<div>
|
|
{include file="$style_dir/blocks/manage/account_menu.html"}
|
|
|
|
<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> |