1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Ignore old bootstrap theme during installation.

This commit is contained in:
Cameron
2015-02-05 11:59:53 -08:00
parent 7f57db1637
commit 243e0457a9
2 changed files with 7 additions and 2 deletions

View File

@@ -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 .= "
<tr>