source: extensions/see_photos_by_user/menubar_users.tpl @ 27443

Last change on this file since 27443 was 27443, checked in by ddtddt, 10 years ago

[extensions] - see_photos_by_user - claas same album for count by user

File size: 305 bytes
Line 
1<dt>{'Users'|@translate}</dt>
2<dd>
3 <ul>
4  {foreach from=$userslistemenu1 item=userslistemenu}
5  <li>
6  <a href = "{$USERSSPBY}{$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.