mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
Swift Theme Creator (minor changes): partly functional version.
git-svn-id: http://piwigo.org/svn/trunk@2487 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -67,12 +67,7 @@
|
||||
{/if}
|
||||
|
||||
<div id="theHeader">{$PAGE_BANNER}</div>
|
||||
{if isset($pwgmenu)}
|
||||
<ul class="pwgmenu">
|
||||
<li><a href="{$pwgmenu.WIKI}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'WIKI / DOC'|@translate}</span></a></li>
|
||||
<li><a href="{$pwgmenu.FORUM}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'FORUM'|@translate}</span></a></li>
|
||||
</ul>
|
||||
{/if}
|
||||
{if isset($theSwiftHeader)}{$theSwiftHeader}{/if}
|
||||
{if not empty($header_notes)}
|
||||
<div class="header_notes">
|
||||
{foreach from=$header_notes item=elt}
|
||||
|
||||
Reference in New Issue
Block a user