mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 11:13:02 +02:00
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
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user