clipbucket/upload/styles/cbv3/layout/blocks/account-left.html
Arslan Hassan 13847f89b6 Added : rel option in EH such that input fields can be focused when they are related to error
Added : New Playlist system, old will be dropped as it does not stand with our new system
Added : javascript functions to enhance UI, focusObj, updatePlaylistPage, update_counter 
Added : Playlist in account manager and account-left.html template
2012-05-23 18:32:45 +00:00

12 lines
No EOL
428 B
HTML

<div class="account-left">
<div class="well">
<ul class="nav nav-list">
{foreach from=$userquery->my_account_links() item=link key=name}
<li class="nav-header">{$name}</li>
{foreach from=$link item=alink key=link_name}
<li><a href="{$alink}">{$link_name}</a></li>
{/foreach}
{/foreach}
</ul>
</div>
</div>