source: branches/2.6/themes/smartpocket/template/menubar_categories.tpl @ 26827

Last change on this file since 26827 was 23713, checked in by flop25, 11 years ago

bug:2848
jquery.mobile updated
photoswipe updated
menubar is now a right panel, with almost all the usual links
added comment, search, picture, about and tags pages

ToDo:
*bug correction of the link added to the photoswipe toolbar (link doesn't triggered)
*display the calculated size on the picture page
limitations: no calendar view

File size: 320 bytes
Line 
1<h3>{'Albums'|@translate}</h3>
2<ul data-role="listview">
3{foreach from=$block->data.MENU_CATEGORIES item=cat}
4  <li><a href="{$cat.URL}" {if $cat.IS_UPPERCAT}rel="up"{/if} title="{$cat.TITLE}">{$cat.NAME}</a>
5  {if $cat.count_images > 0}<span class="ui-li-count">{$cat.count_images}</span>{/if}
6  </li>
7{/foreach}
8</ul>
Note: See TracBrowser for help on using the repository browser.