1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Bootstrap css changes (work in progress)

This commit is contained in:
Cameron
2013-06-20 02:04:18 -07:00
parent 6cd9edea4d
commit f896c47af3
2 changed files with 4 additions and 4 deletions

View File

@@ -222,7 +222,7 @@ class themeHandler
$reject = array('e_.*');
$handle2 = e107::getFile()->get_files(e_THEME.$file."/", ".php|.css|.xml|preview.jpg|preview.png", $reject, 0);
$handle2 = e107::getFile()->get_files(e_THEME.$file."/", ".php|.css|.xml|preview.jpg|preview.png", $reject, 1);
foreach ($handle2 as $fln)