mirror of
https://github.com/e107inc/e107.git
synced 2025-05-08 21:26:07 +02:00
Bootstrap css changes (work in progress)
This commit is contained in:
parent
6cd9edea4d
commit
f896c47af3
@ -222,7 +222,7 @@ class themeHandler
|
|||||||
|
|
||||||
$reject = array('e_.*');
|
$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)
|
foreach ($handle2 as $fln)
|
||||||
|
@ -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
|
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)
|
switch (THEME_STYLE)
|
||||||
{
|
{
|
||||||
case 'superhero.css':
|
case 'css/superhero.css':
|
||||||
e107::css('inline','@media (min-width: 1000px){ body { padding-top: 100px; } } ');
|
e107::css('inline','@media (min-width: 1000px){ body { padding-top: 100px; } } ');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user