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:
15
zoesch.de/galerie/themes/smartpocket/template/about.tpl
Normal file
15
zoesch.de/galerie/themes/smartpocket/template/about.tpl
Normal file
@@ -0,0 +1,15 @@
|
||||
{include file='infos_errors.tpl'}
|
||||
<div data-role="content">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">{'About'|@translate}</li>
|
||||
<li>{$ABOUT_MESSAGE}</li>
|
||||
{if isset($THEME_ABOUT) }
|
||||
<li>{$THEME_ABOUT}</li>
|
||||
{/if}
|
||||
{if not empty($about_msgs)}
|
||||
{foreach from=$about_msgs item=elt}
|
||||
<li>{$elt}</li>
|
||||
{/foreach}
|
||||
{/if}
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user