diff options
author | vdigital <vdigital@piwigo.org> | 2008-05-03 17:28:15 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-05-03 17:28:15 +0000 |
commit | 160bebef28b1f2427d546da9168b1b7d91a64eff (patch) | |
tree | 841648c4bdb7f1261331ef6ad8e6c0879bda5017 /template/yoga/admin | |
parent | 40a882c3cf93030546f5ae2eddde7644c9db99bc (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 '')
-rw-r--r-- | template/yoga/admin/intro.tpl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/template/yoga/admin/intro.tpl b/template/yoga/admin/intro.tpl index eedb94d5b..fbfcb8fb0 100644 --- a/template/yoga/admin/intro.tpl +++ b/template/yoga/admin/intro.tpl @@ -1,16 +1,5 @@ {* $Id$ *} <h2>{'title_default'|@translate}</h2> -{if isset($pwgmenu)} -<ul class="pwgmenu"> - <!-- Keep Doctype XHTML Strict acceptable even in Admin --> - <!-- New window is open if Js available (Webmasters accept it usually) --> - <li><a href="{$pwgmenu.HOME}" onclick="window.open(this.href, ''); return false;">{'HOME'|@translate}</a></li> - <li><a href="{$pwgmenu.WIKI}" onclick="window.open(this.href, ''); return false;">{'WIKI / DOC'|@translate}</a></li> - <li><a href="{$pwgmenu.FORUM}" onclick="window.open(this.href, ''); return false;">{'FORUM'|@translate}</a></li> - <li><a href="{$pwgmenu.BUGS}" onclick="window.open(this.href, ''); return false;">{'BUGS'|@translate}</a></li> - <li><a href="{$pwgmenu.EXTENSIONS}" onclick="window.open(this.href, ''); return false;">{'EXTENSIONS'|@translate}</a></li> -</ul> -{/if} <dl> <dt>{'PhpWebGallery version'|@translate}</dt> <dd> |