source: branches/2.4/themes/default/template/menubar.tpl @ 16930

Last change on this file since 16930 was 13729, checked in by Zaphod, 12 years ago

feature 2588: template modification for v2.4

-> new class .switchBox for all boxes (sortOrder, derivative, etc...)
-> new classes to help layout in switchBoxes:

  • .switchCheck for the check character
  • .switchSelected for the selected option
  • .switchUnselected for all other options

-> new menubar.tpl with empty div #menuSwitcher

  • Property svn:eol-style set to LF
File size: 287 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><div id="menuSwitcher"></div>
13{/if}
Note: See TracBrowser for help on using the repository browser.