source: extensions/Versa/template/menubar.tpl @ 31833

Last change on this file since 31833 was 31833, checked in by lexming, 7 years ago

Initial commit

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