mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
SSL fix.
This commit is contained in:
@@ -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'))." </div>";
|
||||
return "<div class='navbar-right navbar-text admin-icon-debug' title='DEBUG MODE ACTIVE'>".e107::getParser()->toGlyph('fa-bug', array('class'=>'text-warning'))." </div>";
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -2061,7 +2061,7 @@ class e107
|
||||
$jshandler = self::getJs();
|
||||
$jshandler->setDependency($dep);
|
||||
|
||||
if(strpos($data,'http:')===0)
|
||||
if(strpos($data,'http')===0)
|
||||
{
|
||||
$type = 'url';
|
||||
}
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user