Ignore:
Timestamp:
Mar 17, 2010, 8:39:58 PM (14 years ago)
Author:
plg
Message:

bug fixed: header/footer does not depend on the current theme for icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/header.tpl

    r5123 r5166  
    4141  <h1>
    4242    <a href="{$U_RETURN}" title="Visit Gallery">
    43       <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/home.png" alt="{'Home'|@translate}">
     43      <img src="{$ROOT_URL}admin/themes/default/icon/home.png" alt="{'Home'|@translate}">
    4444      {$GALLERY_TITLE}
    4545    </a>
     
    5151    <a href="{$U_CHANGE_THEME}" title="Switch to clear theme for administration">Change Theme</a> |
    5252    <a href="{$U_LOGOUT}">{'Logout'|@translate}</a>
    53     <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>
     53    <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>
    5454  </div>
    5555</div>
Note: See TracChangeset for help on using the changeset viewer.