diff options
Diffstat (limited to 'template/yoga/menubar.tpl')
-rw-r--r-- | template/yoga/menubar.tpl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl deleted file mode 100644 index 8b1e8f4b6..000000000 --- a/template/yoga/menubar.tpl +++ /dev/null @@ -1,13 +0,0 @@ -{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> -{/if}
\ No newline at end of file |