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:
11
zoesch.de/galerie/admin/themes/default/template/tabsheet.tpl
Normal file
11
zoesch.de/galerie/admin/themes/default/template/tabsheet.tpl
Normal file
@@ -0,0 +1,11 @@
|
||||
{if isset($tabsheet) and count($tabsheet)}
|
||||
<div id="tabsheet">
|
||||
<ul class="tabsheet">
|
||||
{foreach from=$tabsheet key=name item=sheet}
|
||||
<li class="{if ($name == $tabsheet_selected)}selected_tab{else}normal_tab{/if}">
|
||||
<a href="{$sheet.url}"><span>{$sheet.caption}</span></a>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user