mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 20:51:53 +02:00
Remove debug code.
This commit is contained in:
parent
2c44577280
commit
659be58113
@ -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']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user