source:
extensions/see_photos_by_user/menubar_users.tpl
@
31444
Last change on this file since 31444 was 30403, checked in by , 10 years ago | |
---|---|
File size: 365 bytes |
Line | |
---|---|
1 | <dt><a href = "{$USERSSPBY}">{'Users'|@translate}</a></dt> |
2 | <dd> |
3 | <ul> |
4 | {foreach from=$userslistemenu1 item=userslistemenu} |
5 | <li> |
6 | <a href = "{$USERSSPBY}{$userslistemenu.USERSSPBYLID}-{$userslistemenu.USERSSPBYL}">{$userslistemenu.USERSSPBYL} <span class="menuInfoCat">[{$userslistemenu.USERSSPBYLC}]</span></a><br> |
7 | </li> |
8 | {/foreach} |
9 | </lu> |
10 | </dd> |
Note: See TracBrowser
for help on using the repository browser.