diff --git a/install.php b/install.php index bfb4c3d53..2c44a086b 100644 --- a/install.php +++ b/install.php @@ -1120,10 +1120,10 @@ class e_install foreach($themes as $val) { - if($val != 'bootstrap3' && $val != 'voux') + /*if($val != 'bootstrap3' && $val != 'voux') { - continue; - } + continue; + }*/ $themeInfo = $this->get_theme_xml($val); $title = vartrue($themeInfo['@attributes']['name']);