Initial commit: Backup der Webseiten
- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
13
zoesch.de/galerie/themes/default/template/menubar.tpl
Normal file
13
zoesch.de/galerie/themes/default/template/menubar.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
{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><div id="menuSwitcher"></div>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user