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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user