1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-05 03:38:29 +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)

View File

@ -12,11 +12,11 @@ e107::js('bootstrap','bootstrap.min.js');
if(THEME_STYLE != 'style.css') // allow for drop-in bootstrap replacement. See http://bootswatch.com
{
//define("CSSORDER", "theme,core,other,plugin,inline");
define("CSSORDER", "theme,core,other,plugin,inline");
switch (THEME_STYLE)
{
case 'superhero.css':
case 'css/superhero.css':
e107::css('inline','@media (min-width: 1000px){ body { padding-top: 100px; } } ');
break;