Ignore:
Timestamp:
Nov 5, 2005, 4:16:03 PM (18 years ago)
Author:
plg
Message:
  • bug 186 fixed: useless template theme icons deleted. Remaining icons in GIF converted to PNG.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_html.inc.php

    r876 r922  
    4545  {
    4646    $icon_url = './template/'.$user['template'].'/theme/';
    47     $icon_url.= 'recent.gif';
     47    $icon_url.= 'recent.png';
    4848    $title .= $user['recent_period'];
    4949    $title .=  ' '.$lang['days'];
Note: See TracChangeset for help on using the changeset viewer.