diff --git a/e107_handlers/theme_handler.php b/e107_handlers/theme_handler.php
index ca33c7061..f86b5b751 100644
--- a/e107_handlers/theme_handler.php
+++ b/e107_handlers/theme_handler.php
@@ -9,8 +9,8 @@
* e107 Admin Theme Handler
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/theme_handler.php,v $
- * $Revision: 1.59 $
- * $Date: 2009-10-31 00:36:09 $
+ * $Revision: 1.60 $
+ * $Date: 2009-11-01 03:25:29 $
* $Author: e107coders $
*/
@@ -666,12 +666,12 @@ class themeHandler
$website = ($theme['website'] ? "".$theme['website']."" : "");
$preview = "".($theme['preview'] ? "" : "
")."";
- $previewbutton = (!$mode ? " " : "");
+ $previewbutton = (!$mode ? " " : "");
- $main_icon = ($pref['sitetheme'] != $theme['path']) ? "\n" : ADMIN_TRUE_ICON;
+ $main_icon = ($pref['sitetheme'] != $theme['path']) ? "\n" : "
";
$info_icon = "
\n";
- $preview_icon = "\n";
- $admin_icon = ($pref['admintheme'] != $theme['path']) ? "\n" : ADMIN_TRUE_ICON;
+ $preview_icon = "\n";
+ $admin_icon = ($pref['admintheme'] != $theme['path']) ? "\n" : "
";
$newpreview = "".($theme['preview'] ? "
" : "
")."";
@@ -681,10 +681,10 @@ class themeHandler
// styles NEED to be put into style.css
$borderStyle = (($pref['sitetheme'] == $theme['path']) || ($pref['admintheme'] == $theme['path'])) ? "border:1px solid black" : "border:1px dotted silver;background-color:#DDDDDD";
- $text = "