aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/menubar.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/menubar.tpl')
-rw-r--r--template/default/menubar.tpl13
1 files changed, 0 insertions, 13 deletions
diff --git a/template/default/menubar.tpl b/template/default/menubar.tpl
deleted file mode 100644
index 8b1e8f4b6..000000000
--- a/template/default/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