source: extensions/see_photos_by_user/menubar_users.tpl @ 31930

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