source: trunk/themes/smartpocket/template/menubar_menu.tpl @ 26805

Last change on this file since 26805 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: 332 bytes
Line 
1<h3>{'Menu'|@translate}</h3>
2<ul data-role="listview">
3  {foreach from=$block->data item=link}
4                {if is_array($link)}
5                        <li><a href="{$link.URL}" title="{$link.TITLE}"{if isset($link.REL)} {$link.REL}{/if}>{$link.NAME}</a>{if isset($link.COUNTER)}<span class="ui-li-count">{$link.COUNTER}</span>{/if}</li>
6                {/if}
7        {/foreach}
8</ul>
Note: See TracBrowser for help on using the repository browser.