diff --git a/doc/ChangeLog b/doc/ChangeLog index c66013493..d9f89c30f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-11-05 Pierrick LE GALL + + * bug 186 fixed: useless template theme icons deleted. Remaining + icons in GIF converted to PNG. + 2005-10-31 Pierrick LE GALL * bug 185 fixed: errors in language items. 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 ); diff --git a/picture.php b/picture.php index 46d97b948..e597b6f64 100644 --- a/picture.php +++ b/picture.php @@ -603,7 +603,7 @@ if ( !$user['is_the_guest'] ) $template->assign_block_vars( 'favorite', array( - 'FAVORITE_IMG' => PHPWG_ROOT_PATH.'template/'.$user['template'].'/theme/favorite.gif', + 'FAVORITE_IMG' => PHPWG_ROOT_PATH.'template/'.$user['template'].'/theme/favorite.png', 'FAVORITE_HINT' =>$lang['add_favorites_hint'], 'FAVORITE_ALT' =>$lang['add_favorites_alt'], 'U_FAVORITE' => $url @@ -618,7 +618,7 @@ if ( !$user['is_the_guest'] ) $template->assign_block_vars( 'favorite', array( - 'FAVORITE_IMG' => PHPWG_ROOT_PATH.'template/'.$user['template'].'/theme/del_favorite.gif', + 'FAVORITE_IMG' => PHPWG_ROOT_PATH.'template/'.$user['template'].'/theme/del_favorite.png', 'FAVORITE_HINT' =>$lang['del_favorites_hint'], 'FAVORITE_ALT' =>$lang['del_favorites_alt'], 'U_FAVORITE'=> $url diff --git a/template/yoga/admin/images/arrow_down.gif b/template/yoga/admin/images/arrow_down.gif deleted file mode 100644 index 4adda7a9a..000000000 Binary files a/template/yoga/admin/images/arrow_down.gif and /dev/null differ diff --git a/template/yoga/admin/images/arrow_first.gif b/template/yoga/admin/images/arrow_first.gif deleted file mode 100644 index aba378384..000000000 Binary files a/template/yoga/admin/images/arrow_first.gif and /dev/null differ diff --git a/template/yoga/admin/images/arrow_last.gif b/template/yoga/admin/images/arrow_last.gif deleted file mode 100644 index 95e9b33b2..000000000 Binary files a/template/yoga/admin/images/arrow_last.gif and /dev/null differ diff --git a/template/yoga/admin/images/arrow_select.gif b/template/yoga/admin/images/arrow_select.gif deleted file mode 100644 index 90da978cd..000000000 Binary files a/template/yoga/admin/images/arrow_select.gif and /dev/null differ diff --git a/template/yoga/admin/images/arrow_up.gif b/template/yoga/admin/images/arrow_up.gif deleted file mode 100644 index 25d857944..000000000 Binary files a/template/yoga/admin/images/arrow_up.gif and /dev/null differ diff --git a/template/yoga/admin/images/collapsed.gif b/template/yoga/admin/images/collapsed.gif deleted file mode 100644 index 3084e0877..000000000 Binary files a/template/yoga/admin/images/collapsed.gif and /dev/null differ diff --git a/template/yoga/admin/images/delete.gif b/template/yoga/admin/images/delete.gif deleted file mode 100644 index 88c8d55fa..000000000 Binary files a/template/yoga/admin/images/delete.gif and /dev/null differ diff --git a/template/yoga/admin/images/expanded.gif b/template/yoga/admin/images/expanded.gif deleted file mode 100644 index 8d2dc2e2a..000000000 Binary files a/template/yoga/admin/images/expanded.gif and /dev/null differ diff --git a/template/yoga/admin/images/icon_folder.gif b/template/yoga/admin/images/icon_folder.gif deleted file mode 100644 index cb8e1e69b..000000000 Binary files a/template/yoga/admin/images/icon_folder.gif and /dev/null differ diff --git a/template/yoga/admin/images/icon_folder_link.gif b/template/yoga/admin/images/icon_folder_link.gif deleted file mode 100644 index 0dd6b7d9a..000000000 Binary files a/template/yoga/admin/images/icon_folder_link.gif and /dev/null differ diff --git a/template/yoga/admin/images/icon_folder_lock.gif b/template/yoga/admin/images/icon_folder_lock.gif deleted file mode 100644 index 6e03018c8..000000000 Binary files a/template/yoga/admin/images/icon_folder_lock.gif and /dev/null differ diff --git a/template/yoga/admin/images/icon_subfolder.gif b/template/yoga/admin/images/icon_subfolder.gif deleted file mode 100644 index b96b786d4..000000000 Binary files a/template/yoga/admin/images/icon_subfolder.gif and /dev/null differ diff --git a/template/yoga/admin/images/moins.gif b/template/yoga/admin/images/moins.gif deleted file mode 100644 index 74fa8736f..000000000 Binary files a/template/yoga/admin/images/moins.gif and /dev/null differ diff --git a/template/yoga/admin/images/plus.gif b/template/yoga/admin/images/plus.gif deleted file mode 100644 index 982dcf665..000000000 Binary files a/template/yoga/admin/images/plus.gif and /dev/null differ diff --git a/template/yoga/admin/images/puce.gif b/template/yoga/admin/images/puce.gif deleted file mode 100644 index 3c9171845..000000000 Binary files a/template/yoga/admin/images/puce.gif and /dev/null differ diff --git a/template/yoga/admin/images/stat_left.gif b/template/yoga/admin/images/stat_left.gif deleted file mode 100644 index 269088b81..000000000 Binary files a/template/yoga/admin/images/stat_left.gif and /dev/null differ diff --git a/template/yoga/admin/images/stat_middle.gif b/template/yoga/admin/images/stat_middle.gif deleted file mode 100644 index 99473151e..000000000 Binary files a/template/yoga/admin/images/stat_middle.gif and /dev/null differ diff --git a/template/yoga/admin/images/stat_right.gif b/template/yoga/admin/images/stat_right.gif deleted file mode 100644 index f9584e23a..000000000 Binary files a/template/yoga/admin/images/stat_right.gif and /dev/null differ diff --git a/template/yoga/images/logo.jpg b/template/yoga/images/logo.jpg deleted file mode 100644 index 73c8011ea..000000000 Binary files a/template/yoga/images/logo.jpg and /dev/null differ diff --git a/template/yoga/images/php_sqreuil_artistes.gif b/template/yoga/images/php_sqreuil_artistes.gif deleted file mode 100755 index 32fffc90b..000000000 Binary files a/template/yoga/images/php_sqreuil_artistes.gif and /dev/null differ diff --git a/template/yoga/theme/button_bg.gif b/template/yoga/theme/button_bg.gif deleted file mode 100644 index 442f2469c..000000000 Binary files a/template/yoga/theme/button_bg.gif and /dev/null differ diff --git a/template/yoga/theme/categories.gif b/template/yoga/theme/categories.gif deleted file mode 100644 index cd3084434..000000000 Binary files a/template/yoga/theme/categories.gif and /dev/null differ diff --git a/template/yoga/theme/del_favorite.gif b/template/yoga/theme/del_favorite.png similarity index 83% rename from template/yoga/theme/del_favorite.gif rename to template/yoga/theme/del_favorite.png index bc7a83037..cfc609749 100644 Binary files a/template/yoga/theme/del_favorite.gif and b/template/yoga/theme/del_favorite.png differ diff --git a/template/yoga/theme/delete.gif b/template/yoga/theme/delete.gif deleted file mode 100644 index 077b41ca8..000000000 Binary files a/template/yoga/theme/delete.gif and /dev/null differ diff --git a/template/yoga/theme/download.gif b/template/yoga/theme/download.gif deleted file mode 100644 index bf44419dd..000000000 Binary files a/template/yoga/theme/download.gif and /dev/null differ diff --git a/template/yoga/theme/eCard.gif b/template/yoga/theme/eCard.gif deleted file mode 100644 index 480872c4e..000000000 Binary files a/template/yoga/theme/eCard.gif and /dev/null differ diff --git a/template/yoga/theme/favorite.gif b/template/yoga/theme/favorite.png similarity index 77% rename from template/yoga/theme/favorite.gif rename to template/yoga/theme/favorite.png index 6b103cd8c..58befd9e3 100644 Binary files a/template/yoga/theme/favorite.gif and b/template/yoga/theme/favorite.png differ diff --git a/template/yoga/theme/left-arrow.gif b/template/yoga/theme/left-arrow.gif deleted file mode 100644 index c60eb07c1..000000000 Binary files a/template/yoga/theme/left-arrow.gif and /dev/null differ diff --git a/template/yoga/theme/lost.gif b/template/yoga/theme/lost.gif deleted file mode 100644 index b8b873d15..000000000 Binary files a/template/yoga/theme/lost.gif and /dev/null differ diff --git a/template/yoga/theme/metadata.gif b/template/yoga/theme/metadata.gif deleted file mode 100644 index 69b77ec44..000000000 Binary files a/template/yoga/theme/metadata.gif and /dev/null differ diff --git a/template/yoga/theme/profile.png b/template/yoga/theme/profile.png deleted file mode 100644 index 397cd73a1..000000000 Binary files a/template/yoga/theme/profile.png and /dev/null differ diff --git a/template/yoga/theme/properties.gif b/template/yoga/theme/properties.gif deleted file mode 100644 index f843e0636..000000000 Binary files a/template/yoga/theme/properties.gif and /dev/null differ diff --git a/template/yoga/theme/recent.gif b/template/yoga/theme/recent.gif deleted file mode 100644 index ad91b9126..000000000 Binary files a/template/yoga/theme/recent.gif and /dev/null differ diff --git a/template/yoga/theme/recent.png b/template/yoga/theme/recent.png new file mode 100644 index 000000000..78c1428ca Binary files /dev/null and b/template/yoga/theme/recent.png differ diff --git a/template/yoga/theme/register.gif b/template/yoga/theme/register.gif deleted file mode 100644 index 11b8f3171..000000000 Binary files a/template/yoga/theme/register.gif and /dev/null differ diff --git a/template/yoga/theme/right-arrow.gif b/template/yoga/theme/right-arrow.gif deleted file mode 100644 index 1a2162688..000000000 Binary files a/template/yoga/theme/right-arrow.gif and /dev/null differ diff --git a/template/yoga/theme/slideshow.gif b/template/yoga/theme/slideshow.gif deleted file mode 100644 index 79712c3ad..000000000 Binary files a/template/yoga/theme/slideshow.gif and /dev/null differ diff --git a/template/yoga/theme/tableh1_bg.gif b/template/yoga/theme/tableh1_bg.gif deleted file mode 100644 index 9f0ef65bd..000000000 Binary files a/template/yoga/theme/tableh1_bg.gif and /dev/null differ