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.tpl
2014-07-06 13:21:10 +02:00

13 lines
No EOL
287 B
Smarty

{if !empty($blocks) }
<div id="menubar">
{foreach from=$blocks key=id item=block}
<dl id="{$id}">
{if not empty($block->template)}
{include file=$block->template|@get_extent:$id }
{else}
{$block->raw_content}
{/if}
</dl>
{/foreach}
</div><div id="menuSwitcher"></div>
{/if}