diff --git a/e107_plugins/forum/templates/forum_icons_template.php b/e107_plugins/forum/templates/forum_icons_template.php
index 06bea6d6c..e5d7f2c4c 100644
--- a/e107_plugins/forum/templates/forum_icons_template.php
+++ b/e107_plugins/forum/templates/forum_icons_template.php
@@ -11,66 +11,65 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/templates/forum_icons_template.php,v $
-| $Revision: 1.7 $
-| $Date: 2009-03-22 20:25:33 $
-| $Author: e107steved $
+| $Revision: 1.8 $
+| $Date: 2009-07-25 07:49:57 $
+| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; }
-@include_once(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_viewforum.php');
-@include_once(e_PLUGIN.'forum/languages/English/lan_forum_viewforum.php');
+include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_viewforum.php');
-define("IMAGE_e", "
");
-define("IMAGE_new", "
");
-define("IMAGE_nonew", "
");
-define("IMAGE_new_small", "
");
-define("IMAGE_nonew_small", "
");
-define("IMAGE_new_popular", "
");
-define("IMAGE_nonew_popular", "
");
-define("IMAGE_new_popular_small", "
");
-define("IMAGE_nonew_popular_small", "
");
-define("IMAGE_sticky", "
");
-define("IMAGE_stickyclosed", "
");
-define("IMAGE_sticky_small", "
");
-define("IMAGE_stickyclosed_small", "
");
-define("IMAGE_announce", "
");
-define("IMAGE_announce_small", "
");
-define("IMAGE_closed_small", "
");
-define("IMAGE_closed", "
");
-define("IMAGE_profile", "
");
-define("IMAGE_email", "
");
-define("IMAGE_pm", "
");
-define("IMAGE_website", "
");
-define("IMAGE_edit", "
");
-define("IMAGE_quote", "
");
-define("IMAGE_admin_edit", "
");
-define("IMAGE_admin_move", "
");
-define("IMAGE_admin_split", "
");
-define("IMAGE_admin_move2", "
");
-define("IMAGE_post", "
");
-define("IMAGE_post2", "
");
-define("IMAGE_report", "
");
-define("IMAGE_attachment", "
");
+define('IMAGE_e', '
');
+define('IMAGE_new', '
');
+define('IMAGE_nonew', '
');
+define('IMAGE_new_small', '
');
+define('IMAGE_nonew_small', '
');
+define('IMAGE_new_popular', '
');
+define('IMAGE_nonew_popular', '
');
+define('IMAGE_new_popular_small', '
');
+define('IMAGE_nonew_popular_small', '
');
+define('IMAGE_sticky', '
');
+define('IMAGE_stickyclosed', '
');
+define('IMAGE_sticky_small', '
');
+define('IMAGE_stickyclosed_small', '
');
+define('IMAGE_announce', '
');
+define('IMAGE_announce_small', '
');
+define('IMAGE_closed_small', '
');
+define('IMAGE_closed', '
');
+define('IMAGE_profile', '
');
+define('IMAGE_email', '
');
+define('IMAGE_pm', '
');
+define('IMAGE_website', '
');
+define('IMAGE_edit', '
');
+define('IMAGE_quote', '
');
+define('IMAGE_admin_edit', '
');
+define('IMAGE_admin_move', '
');
+define('IMAGE_admin_split', '
');
+define('IMAGE_admin_move2', '
');
+define('IMAGE_post', '
');
+define('IMAGE_post2', '
');
+define('IMAGE_report', '
');
+define('IMAGE_attachment', '
');
-define("IMAGE_track", "
");
-define("IMAGE_untrack", "
");
+define('IMAGE_track', '
');
+define('IMAGE_untrack', '
');
// Admin Icons
-define("IMAGE_admin_delete", "src='".img_path('admin_delete.png')."' alt='".LAN_435."' title='".LAN_435."' style='border:0' ");
-define("IMAGE_admin_unstick", "src='".img_path('admin_unstick.png')."' alt='".LAN_398."' title='".LAN_398."' style='border:0' ");
-define("IMAGE_admin_stick", "src='".img_path('admin_stick.png')."' alt='".LAN_401."' title='".LAN_401."' style='border:0' ");
-define("IMAGE_admin_lock", "src='".img_path('admin_lock.png')."' alt='".LAN_399."' title='".LAN_399."' style='border:0' ");
-define("IMAGE_admin_unlock", "src='".img_path('admin_unlock.png')."' alt='".LAN_400."' title='".LAN_400."' style='border:0' ");
+define('IMAGE_admin_delete', 'src="'.img_path('admin_delete.png').'" alt="'.LAN_435.'" title="'.LAN_435.'" ');
+define('IMAGE_admin_unstick', 'src="'.img_path('admin_unstick.png').'" alt="'.LAN_398.'" title="'.LAN_398.'" ');
+define('IMAGE_admin_stick', 'src="'.img_path('admin_stick.png').'" alt="'.LAN_401.'" title="'.LAN_401.'" ');
+define('IMAGE_admin_lock', 'src="'.img_path('admin_lock.png').'" alt="'.LAN_399.'" title="'.LAN_399.'" ');
+define('IMAGE_admin_unlock', 'src="'.img_path('admin_unlock.png').'" alt="'.LAN_400.'" title="'.LAN_400.'" ');
// Multi Language Images
-define("IMAGE_newthread", "
");
-define("IMAGE_reply", "
");
-define("IMAGE_rank_moderator_image", "
");
-define("IMAGE_rank_main_admin_image", "
");
-define("IMAGE_rank_admin_image", "
");
+define('IMAGE_newthread', '
');
+define('IMAGE_reply', '
');
+define('IMAGE_rank_moderator_image', '
');
+define('IMAGE_rank_main_admin_image', '
');
+define('IMAGE_rank_admin_image', '
');
?>
\ No newline at end of file