diff --git a/e107_handlers/theme_handler.php b/e107_handlers/theme_handler.php
index 1823f37ca..82c5e054a 100644
--- a/e107_handlers/theme_handler.php
+++ b/e107_handlers/theme_handler.php
@@ -696,15 +696,15 @@ class themeHandler
$previewbutton = (!$mode ? " " : "");
- $main_icon = ($pref['sitetheme'] != $theme['path']) ? "" : "
";
+ $main_icon = ($pref['sitetheme'] != $theme['path']) ? "" : E_32_TRUE;
// $info_icon = "
";
- $info_icon = "
";
+ $info_icon = "".E_32_CAT_ABOUT."";
- $preview_icon = "
";
+ $preview_icon = "".E_32_SEARCH."";
- $admin_icon = ($pref['admintheme'] != $theme['path'] ) ? "\n" : "
";
+ $admin_icon = ($pref['admintheme'] != $theme['path'] ) ? "\n" : E_32_TRUE;
if(!in_array($theme['path'], $this->approvedAdminThemes))
{
diff --git a/e107_themes/bootstrap/admin_theme.php b/e107_themes/bootstrap/admin_theme.php
index 32f000033..900b2f85b 100644
--- a/e107_themes/bootstrap/admin_theme.php
+++ b/e107_themes/bootstrap/admin_theme.php
@@ -454,6 +454,11 @@ if (!defined('E_16_FAILEDLOGIN')) {
define('E_16_FAILEDLOGIN', "");
}
+
+define("E_32_TRUE", "");
+
+
+
define("ADMIN_TRUE_ICON", "");
define("ADMIN_FALSE_ICON", "");
diff --git a/e107_themes/templates/admin_icons_template.php b/e107_themes/templates/admin_icons_template.php
index a36ea1bad..69571d445 100644
--- a/e107_themes/templates/admin_icons_template.php
+++ b/e107_themes/templates/admin_icons_template.php
@@ -64,8 +64,11 @@
define("ADMIN_SORT_ICON", "
"); //TODO LAN
define("ADMIN_SORT_ICON_PATH", e_IMAGE."admin_images/sort_16.png");
+
+ define("E_32_TRUE", "");
+
-*/
+*/