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