diff --git a/e107_themes/bootstrap3/theme.xml b/e107_themes/bootstrap3/theme.xml index 0a70d6eeb..23815f8eb 100644 --- a/e107_themes/bootstrap3/theme.xml +++ b/e107_themes/bootstrap3/theme.xml @@ -1,5 +1,5 @@ - + Bootstrap3 e107 theme a bootstrap 3 theme for the frontend diff --git a/install.php b/install.php index 7ccd26063..5cf6f7e18 100644 --- a/install.php +++ b/install.php @@ -1012,11 +1012,16 @@ class e_install foreach($themes as $val) { + if($val == 'bootstrap') + { + continue; + } + $themeInfo = $this->get_theme_xml($val); $title = vartrue($themeInfo['@attributes']['name']); $category = vartrue($themeInfo['category']); - $selected = ($val == 'bootstrap3') ? "selected='selected'" : ""; + $selected = ($val == 'bootstrap3') ? " checked" : ""; $output .= "