diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-06-28 19:45:21 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-06-28 19:45:21 +0000 |
commit | 7125711f5958e81d66ef8a22eafddebc7fb9d5cd (patch) | |
tree | cafec267270321e0f58cf999e30c4646091ba696 /themes/default/template/index.tpl | |
parent | 3b946ffd160ef167c217d7f22517c052f1243f2a (diff) |
merge r6414 from branch 2.1
favorite image icon is not taken from php but left to the theme
git-svn-id: http://piwigo.org/svn/trunk@6615 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index 522113bc7..febc64abb 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -15,7 +15,7 @@ {/if} {if isset($favorite) } - <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> + <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> {/if} {if isset($U_CADDIE) } |