aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-17 19:39:58 +0000
committerplegall <plg@piwigo.org>2010-03-17 19:39:58 +0000
commit9e33bba0a05bd3f593f8e11bac3f419a6a744263 (patch)
treebd76a160fa8898ca6bd6b16d57a0a7bdcd22692e /admin
parentbb0a857d6dbd41594c0cbc2ddffc1a02fcdc3cd0 (diff)
bug fixed: header/footer does not depend on the current theme for icons
git-svn-id: http://piwigo.org/svn/trunk@5166 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/default/template/header.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl
index 57ae04fa4..c0fe31a03 100644
--- a/admin/themes/default/template/header.tpl
+++ b/admin/themes/default/template/header.tpl
@@ -40,7 +40,7 @@
<div id="pwgHead">
<h1>
<a href="{$U_RETURN}" title="Visit Gallery">
- <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/home.png" alt="{'Home'|@translate}">
+ <img src="{$ROOT_URL}admin/themes/default/icon/home.png" alt="{'Home'|@translate}">
{$GALLERY_TITLE}
</a>
</h1>
@@ -50,7 +50,7 @@
<a href="{$U_RETURN}" title="Visit Gallery">Visit Gallery</a> |
<a href="{$U_CHANGE_THEME}" title="Switch to clear theme for administration">Change Theme</a> |
<a href="{$U_LOGOUT}">{'Logout'|@translate}</a>
- <a href="{$U_FAQ}" title="{'Instructions'|@translate}" id="instructions"><img style="padding-left:10px;" src="{$ROOT_URL}{$themeconf.admin_icon_dir}/help.png" class="button" alt="(?)"></a>
+ <a href="{$U_FAQ}" title="{'Instructions'|@translate}" id="instructions"><img style="padding-left:10px;" src="{$ROOT_URL}admin/themes/default/icon/help.png" class="button" alt="(?)"></a>
</div>
</div>