diff --git a/e107_admin/theme.php b/e107_admin/theme.php
index 218c05536..dbe0b3621 100644
--- a/e107_admin/theme.php
+++ b/e107_admin/theme.php
@@ -433,12 +433,15 @@ class theme_admin_ui extends e_admin_ui
{
$mes->addError($message);
}
+
+ $this->redirectAction('main');
}
if(!empty($_POST['selectadmin']))
{
$id = key($_POST['selectadmin']);
$this->setAdminTheme($id);
+ $this->redirectAction('admin');
}
diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php
index 0aad12489..9d8a1bd6b 100644
--- a/e107_handlers/form_handler.php
+++ b/e107_handlers/form_handler.php
@@ -7171,11 +7171,11 @@ var_dump($select_options);*/
{
$thumbnail = $this->tp->toImage($val['thumbnail'], $parms);
- $active = ($key === $value) ? ' active' : '';
+ // $active = ($key === $value) ? ' active' : '';
$text .= "