diff options
Diffstat (limited to 'themes/smartpocket/template/menubar_specials.tpl')
-rw-r--r-- | themes/smartpocket/template/menubar_specials.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/smartpocket/template/menubar_specials.tpl b/themes/smartpocket/template/menubar_specials.tpl new file mode 100644 index 000000000..21bf18a7b --- /dev/null +++ b/themes/smartpocket/template/menubar_specials.tpl @@ -0,0 +1,8 @@ +<h3>{'Specials'|@translate}</h3> +<ul data-role="listview"> + {foreach $block->data as $key=>$link} + {if in_array($key, array("favorites","most_visited","best_rated","recent_pics","recent_cats","random")) } + <li><a href="{$link.URL}" title="{$link.TITLE}"{if isset($link.REL)} {$link.REL}{/if}>{$link.NAME}</a></li> + {/if} + {/foreach} +</ul> |