source: extensions/kardon/template/menubar.tpl @ 6453

Last change on this file since 6453 was 6453, checked in by plg, 14 years ago

new theme Kardon by galain, converted for Piwigo 2.1

File size: 385 bytes
Line 
1{if !empty($blocks) }
2<div id="menubar">
3        {foreach from=$blocks key=id item=block name=blocks}
4        <dl id="{$id}" {if $smarty.foreach.blocks.first}class="mbFirstBlock"{/if}{if $smarty.foreach.blocks.last}class="mbLastBlock"{/if}>
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.