1
0
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:
Cameron
2016-12-23 19:13:05 -08:00
parent 2c44577280
commit 659be58113

View File

@@ -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']);