mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 17:01:43 +02:00
Remove debug code.
This commit is contained in:
@@ -1120,10 +1120,10 @@ class e_install
|
|||||||
foreach($themes as $val)
|
foreach($themes as $val)
|
||||||
{
|
{
|
||||||
|
|
||||||
if($val != 'bootstrap3' && $val != 'voux')
|
/*if($val != 'bootstrap3' && $val != 'voux')
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
$themeInfo = $this->get_theme_xml($val);
|
$themeInfo = $this->get_theme_xml($val);
|
||||||
$title = vartrue($themeInfo['@attributes']['name']);
|
$title = vartrue($themeInfo['@attributes']['name']);
|
||||||
|
Reference in New Issue
Block a user