source: trunk/themes/smartpocket/template/menubar_specials.tpl @ 23713

Last change on this file since 23713 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: 348 bytes
Line 
1<h3>{'Specials'|@translate}</h3>
2<ul data-role="listview">
3                {foreach $block->data as $key=>$link}
4    {if in_array($key, array("favorites","most_visited","best_rated","recent_pics","recent_cats","random")) }
5                <li><a href="{$link.URL}" title="{$link.TITLE}"{if isset($link.REL)} {$link.REL}{/if}>{$link.NAME}</a></li>
6    {/if}
7                {/foreach}
8</ul>
Note: See TracBrowser for help on using the repository browser.