source: extensions/gally/piwigo-2.0/menubar.tpl @ 6299

Last change on this file since 6299 was 4489, checked in by grum, 14 years ago

[Template:Gally] feature 1096, feature 1097, feature 1098, feature 1099, feature 1313
And some other improvments...

  • Property svn:executable set to *
File size: 273 bytes
Line 
1{if !empty($blocks) }
2<div id="menubar">
3  {foreach from=$blocks key=id item=block}
4  <dl id="{$id}">
5    {if not empty($block->template)}
6    {include file=$block->template|@get_extent:$id }
7    {else}
8    {$block->raw_content}
9    {/if}
10  </dl>
11  {/foreach}
12</div>
13{/if}
Note: See TracBrowser for help on using the repository browser.