From 2ee8bc9efe08ebd6a2d7bca78620ca0dd96e950d Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 5 Nov 2005 15:16:03 +0000 Subject: - 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 --- include/functions_html.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions_html.inc.php') diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php index b49533db4..5fe88fb63 100644 --- a/include/functions_html.inc.php +++ b/include/functions_html.inc.php @@ -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 .= ' '.$lang['days']; $size = getimagesize( $icon_url ); -- cgit v1.2.3