- 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:
plegall 2005-11-05 15:16:03 +00:00
parent d8ececfdbe
commit 2ee8bc9efe
41 changed files with 8 additions and 3 deletions

View file

@ -44,7 +44,7 @@ function get_icon( $date )
if ( $diff < $user['recent_period'] * $day_in_seconds )
{
$icon_url = './template/'.$user['template'].'/theme/';
$icon_url.= 'recent.gif';
$icon_url.= 'recent.png';
$title .= $user['recent_period'];
$title .= '&nbsp;'.$lang['days'];
$size = getimagesize( $icon_url );