aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/header.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-05-03 17:28:15 +0000
committervdigital <vdigital@piwigo.org>2008-05-03 17:28:15 +0000
commit160bebef28b1f2427d546da9168b1b7d91a64eff (patch)
tree841648c4bdb7f1261331ef6ad8e6c0879bda5017 /template/yoga/header.tpl
parent40a882c3cf93030546f5ae2eddde7644c9db99bc (diff)
Start of Stripy look on Admin page (Not stable for all browsers)
git-svn-id: http://piwigo.org/svn/trunk@2328 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/header.tpl')
-rw-r--r--template/yoga/header.tpl9
1 files changed, 8 insertions, 1 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl
index 926baca75..ca5d8b879 100644
--- a/template/yoga/header.tpl
+++ b/template/yoga/header.tpl
@@ -67,7 +67,14 @@
{/if}
<div id="theHeader">{$PAGE_BANNER}</div>
-
+{if isset($pwgmenu)}
+<ul class="pwgmenu">
+ <li><a href="{$pwgmenu.HOME}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'HOME'|@translate}<span></a></li>
+ <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>
+ <li><a href="{$pwgmenu.EXTENSIONS}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'EXTENSIONS'|@translate}<span></a></li>
+</ul>
+{/if}
{if not empty($header_notes)}
<div class="header_notes">
{foreach from=$header_notes item=elt}