mirror of
https://github.com/e107inc/e107.git
synced 2025-07-26 01:11:28 +02:00
Bootstrap upgraded to 3.3.5 and {ALERTS} moved to top of page on jumbotron layout. (under navigation}
This commit is contained in:
@@ -8,8 +8,8 @@ define("BOOTSTRAP", 3);
|
|||||||
define("FONTAWESOME", 4);
|
define("FONTAWESOME", 4);
|
||||||
define('VIEWPORT', "width=device-width, initial-scale=1.0");
|
define('VIEWPORT', "width=device-width, initial-scale=1.0");
|
||||||
|
|
||||||
e107::js("url", "http://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js");
|
e107::js("url", "http://netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js");
|
||||||
e107::css('url', 'http://netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css');
|
e107::css('url', 'http://netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css');
|
||||||
e107::css('url', "http://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
|
e107::css('url', "http://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
|
||||||
|
|
||||||
e107::js("footer-inline", "$('.e-tip').tooltip({container: 'body'})"); // activate bootstrap tooltips.
|
e107::js("footer-inline", "$('.e-tip').tooltip({container: 'body'})"); // activate bootstrap tooltips.
|
||||||
@@ -225,13 +225,18 @@ $LAYOUT['_footer_'] = '<hr>
|
|||||||
|
|
||||||
$LAYOUT['jumbotron_home'] = <<<TMPL
|
$LAYOUT['jumbotron_home'] = <<<TMPL
|
||||||
<!-- Main jumbotron for a primary marketing message or call to action -->
|
<!-- Main jumbotron for a primary marketing message or call to action -->
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
{ALERTS}
|
||||||
|
</div>
|
||||||
|
|
||||||
{SETSTYLE=jumbotron}
|
{SETSTYLE=jumbotron}
|
||||||
|
|
||||||
{WMESSAGE=force}
|
{WMESSAGE=force}
|
||||||
|
|
||||||
{SETSTYLE=default}
|
{SETSTYLE=default}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{ALERTS}
|
|
||||||
{MENU=1}
|
{MENU=1}
|
||||||
|
|
||||||
{---}
|
{---}
|
||||||
|
Reference in New Issue
Block a user