aboutsummaryrefslogtreecommitdiffstats
path: root/picture.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-11-05 15:16:03 +0000
committerplegall <plg@piwigo.org>2005-11-05 15:16:03 +0000
commit2ee8bc9efe08ebd6a2d7bca78620ca0dd96e950d (patch)
tree8a3a72816b2834061352b82e35249955a7c9296d /picture.php
parentd8ececfdbea5e5f65f9ef2988079bea5884113ae (diff)
- bug 186 fixed: useless template theme icons deleted. Remaining icons in
GIF converted to PNG. git-svn-id: http://piwigo.org/svn/trunk@922 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'picture.php')
-rw-r--r--picture.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/picture.php b/picture.php
index 46d97b948..e597b6f64 100644
--- a/picture.php
+++ b/picture.php
@@ -603,7 +603,7 @@ if ( !$user['is_the_guest'] )
$template->assign_block_vars(
'favorite',
array(
- 'FAVORITE_IMG' => PHPWG_ROOT_PATH.'template/'.$user['template'].'/theme/favorite.gif',
+ 'FAVORITE_IMG' => PHPWG_ROOT_PATH.'template/'.$user['template'].'/theme/favorite.png',
'FAVORITE_HINT' =>$lang['add_favorites_hint'],
'FAVORITE_ALT' =>$lang['add_favorites_alt'],
'U_FAVORITE' => $url
@@ -618,7 +618,7 @@ if ( !$user['is_the_guest'] )
$template->assign_block_vars(
'favorite',
array(
- 'FAVORITE_IMG' => PHPWG_ROOT_PATH.'template/'.$user['template'].'/theme/del_favorite.gif',
+ 'FAVORITE_IMG' => PHPWG_ROOT_PATH.'template/'.$user['template'].'/theme/del_favorite.png',
'FAVORITE_HINT' =>$lang['del_favorites_hint'],
'FAVORITE_ALT' =>$lang['del_favorites_alt'],
'U_FAVORITE'=> $url