1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
piwigo_ynh/sources/themes/default/template/menubar_specials.tpl
2014-07-06 13:21:10 +02:00

8 lines
235 B
Smarty

<dt>{'Specials'|@translate}</dt>
<dd>
<ul>{strip}
{foreach from=$block->data item=link}
<li><a href="{$link.URL}" title="{$link.TITLE}"{if isset($link.REL)} {$link.REL}{/if}>{$link.NAME}</a></li>
{/foreach}
{/strip}</ul>
</dd>