aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/menubar_categories.tpl
blob: 1fc4332f681a628b6635bd9880f04f666a287ffa (plain)
1
2
3
4
5
6
7
8
<h3>{'Albums'|@translate}</h3>
<ul data-role="listview">
{foreach from=$block->data.MENU_CATEGORIES item=cat}
  <li><a href="{$cat.URL}" {if $cat.IS_UPPERCAT}rel="up"{/if} title="{$cat.TITLE}">{$cat.NAME}</a>
  {if $cat.count_images > 0}<span class="ui-li-count">{$cat.count_images}</span>{/if}
  </li>
{/foreach}
</ul>