diff --git a/e107_admin/theme.php b/e107_admin/theme.php
index edae37450..f4a4696e3 100644
--- a/e107_admin/theme.php
+++ b/e107_admin/theme.php
@@ -25,6 +25,7 @@ include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
$e_sub_cat = 'theme_manage';
e107::css("inline","
+h2 { text-align: right; margin-bottom: -30px; padding-right: 10px; }
.hide { display: none }
.admin-theme-thumb { height:130px;overflow:hidden;border:1px solid black; margin:0px; margin-bottom:10px; padding:0px; }
.admin-theme-thumb:hover { opacity:0.4 }
diff --git a/e107_handlers/theme_handler.php b/e107_handlers/theme_handler.php
index 6f74cbf44..1e4b99a06 100644
--- a/e107_handlers/theme_handler.php
+++ b/e107_handlers/theme_handler.php
@@ -809,7 +809,7 @@ class themeHandler
$itext .= "
".TPVLAN_50.": |
-
+
";
$itext .= ($mode == 1) ? "Default | " : "";
$itext .= "
@@ -1214,7 +1214,7 @@ class themeHandler
$itext = "
".TPVLAN_50.": |
-
+
@@ -1333,7 +1333,7 @@ class themeHandler
$text .= "
".TPVLAN_22.": |
-
+
".TPVLAN_55." |
".TPVLAN_52." |
@@ -1472,7 +1472,9 @@ class themeHandler
$men = new e_menuManager();
$men->curLayout = $key;
- $preset = $men->getMenuPreset();
+ $preset = $men->getMenuPreset(); //FIXME Broken XML format.
+
+// print_a($preset);
$text .= "".$frm->admin_button("setMenuPreset[".$key."]", "Activate Menus",'other');
$text .= ' | | |