Changeset 922


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.
Location:
trunk
Files:
3 added
36 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ChangeLog

    r921 r922  
     12005-11-05 Pierrick LE GALL
     2
     3        * bug 186 fixed: useless template theme icons deleted. Remaining
     4        icons in GIF converted to PNG.
     5
    162005-10-31 Pierrick LE GALL
    27
  • 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'];
  • trunk/picture.php

    r902 r922  
    604604      'favorite',
    605605      array(
    606         'FAVORITE_IMG' => PHPWG_ROOT_PATH.'template/'.$user['template'].'/theme/favorite.gif',
     606        'FAVORITE_IMG' => PHPWG_ROOT_PATH.'template/'.$user['template'].'/theme/favorite.png',
    607607        'FAVORITE_HINT' =>$lang['add_favorites_hint'],
    608608        'FAVORITE_ALT' =>$lang['add_favorites_alt'],
     
    619619      'favorite',
    620620      array(
    621         'FAVORITE_IMG' => PHPWG_ROOT_PATH.'template/'.$user['template'].'/theme/del_favorite.gif',
     621        'FAVORITE_IMG' => PHPWG_ROOT_PATH.'template/'.$user['template'].'/theme/del_favorite.png',
    622622        'FAVORITE_HINT' =>$lang['del_favorites_hint'],
    623623        'FAVORITE_ALT' =>$lang['del_favorites_alt'],
Note: See TracChangeset for help on using the changeset viewer.