Ignore:
Timestamp:
Jun 28, 2010, 9:42:37 PM (14 years ago)
Author:
rvelices
Message:

favorite image icon is not taken from php but left to the theme (still in the php for the branch for theme compatibility)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/themes/default/template/index.tpl

    r5535 r6614  
    1616
    1717      {if isset($favorite) }
    18       <li><a href="{$favorite.U_FAVORITE}" title="{'delete all images from your favorites'|@translate}"><img src="{$favorite.FAVORITE_IMG}" class="button" alt="favorite" title="{'delete all images from your favorites'|@translate}"></a></li>
     18      <li><a href="{$favorite.U_FAVORITE}" title="{'delete all images from your favorites'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/del_all_favorites.png" class="button" alt="favorite" title="{'delete all images from your favorites'|@translate}"></a></li>
    1919      {/if}
    2020
Note: See TracChangeset for help on using the changeset viewer.