mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 19:59:56 +03: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:
parent
d8ececfdbe
commit
2ee8bc9efe
41 changed files with 8 additions and 3 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue