1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00
This commit is contained in:
Cameron
2017-01-31 16:58:46 -08:00
parent 5d94c192b6
commit f8121774e3
3 changed files with 5 additions and 3 deletions

View File

@@ -711,7 +711,7 @@ class admin_shortcodes
{
if(e_DEBUG !== false)
{
return "<div class='navbar-right navbar-text admin-icon-debug' title='DEBUG MODE ACTIVE'>".e107::getParser()->toGlyph('fa-bug', array('class'=>'text-warning'))."&nbsp;</div>";
return "<div class='navbar-right navbar-text admin-icon-debug' title='DEBUG MODE ACTIVE'>".e107::getParser()->toGlyph('fa-bug', array('class'=>'text-warning'))."&nbsp;&nbsp;</div>";
}
}

View File

@@ -2061,7 +2061,7 @@ class e107
$jshandler = self::getJs();
$jshandler->setDependency($dep);
if(strpos($data,'http:')===0)
if(strpos($data,'http')===0)
{
$type = 'url';
}

View File

@@ -20,7 +20,9 @@
<stylesheets>
<css file="style.css" name="Default" />
<css file="css/bootstrap-dark.min.css" name="Bootstrap3 Dark Admin" scope='admin' />
<css file="http://bootswatch.com/sandstone/bootstrap.min.css" name="Bootwatch Sandstone" scope='admin' />
<css file="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/sandstone/bootstrap.min.css" name="Sandstone" scope='admin' />
<css file="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/superhero/bootstrap.min.css" name="Superhero" scope='admin' />
<css file="*" name="*" />
</stylesheets>
<layouts>