- Timestamp:
- Nov 5, 2005, 4:16:03 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 36 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/ChangeLog
r921 r922 1 2005-11-05 Pierrick LE GALL 2 3 * bug 186 fixed: useless template theme icons deleted. Remaining 4 icons in GIF converted to PNG. 5 1 6 2005-10-31 Pierrick LE GALL 2 7 -
trunk/include/functions_html.inc.php
r876 r922 45 45 { 46 46 $icon_url = './template/'.$user['template'].'/theme/'; 47 $icon_url.= 'recent. gif';47 $icon_url.= 'recent.png'; 48 48 $title .= $user['recent_period']; 49 49 $title .= ' '.$lang['days']; -
trunk/picture.php
r902 r922 604 604 'favorite', 605 605 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', 607 607 'FAVORITE_HINT' =>$lang['add_favorites_hint'], 608 608 'FAVORITE_ALT' =>$lang['add_favorites_alt'], … … 619 619 'favorite', 620 620 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', 622 622 'FAVORITE_HINT' =>$lang['del_favorites_hint'], 623 623 'FAVORITE_ALT' =>$lang['del_favorites_alt'],
Note: See TracChangeset
for help on using the changeset viewer.