mirror of
https://github.com/e107inc/e107.git
synced 2025-06-07 19:35:47 +02:00
Fix sitedown stylesheet order
This commit is contained in:
parent
4337fb0231
commit
aa2c37a262
@ -691,8 +691,8 @@ require_once("footer.php");
|
|||||||
*/
|
*/
|
||||||
function headerjs()
|
function headerjs()
|
||||||
{
|
{
|
||||||
require_once(e_HANDLER.'js_helper.php');
|
/* require_once(e_HANDLER.'js_helper.php');
|
||||||
//FIXME - how exactly to auto-call JS lan? This and more should be solved in Stage II.
|
|
||||||
$ret = "
|
$ret = "
|
||||||
<script type='text/javascript'>
|
<script type='text/javascript'>
|
||||||
//add required core lan - delete confirm message
|
//add required core lan - delete confirm message
|
||||||
@ -700,6 +700,6 @@ function headerjs()
|
|||||||
<script type='text/javascript' src='".e_JS."core/admin.js'></script>
|
<script type='text/javascript' src='".e_JS."core/admin.js'></script>
|
||||||
";
|
";
|
||||||
|
|
||||||
return $ret;
|
return $ret;*/
|
||||||
}
|
}
|
||||||
?>
|
?>
|
@ -26,16 +26,16 @@ if(!isset($SITEDOWN_TABLE))
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||||
<meta http-equiv='content-style-type' content='text/css' />\n
|
<meta http-equiv='content-style-type' content='text/css' />\n
|
||||||
<link rel='stylesheet' href='{SITEDOWN_E107_CSS}' type='text/css' media='all' />
|
|
||||||
<link rel='stylesheet' href='{SITEDOWN_THEME_CSS}' type='text/css' media='all' />
|
|
||||||
<link rel='stylesheet' media='all' property='stylesheet' type='text/css' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css' />
|
<link rel='stylesheet' media='all' property='stylesheet' type='text/css' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css' />
|
||||||
<link rel='stylesheet' media='all' property='stylesheet' type='text/css' href='https://netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css' />
|
<link rel='stylesheet' media='all' property='stylesheet' type='text/css' href='https://netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css' />
|
||||||
|
<link rel='stylesheet' href='{SITEDOWN_E107_CSS}' type='text/css' media='all' />
|
||||||
|
<link rel='stylesheet' href='{SITEDOWN_THEME_CSS}' type='text/css' media='all' />
|
||||||
<title>{SITEDOWN_TABLE_PAGENAME}</title>
|
<title>{SITEDOWN_TABLE_PAGENAME}</title>
|
||||||
<style type='text/css'>
|
<style type='text/css'>
|
||||||
.img-responsive { display: inline }
|
.img-responsive { display: inline }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class='sitedown'>
|
||||||
<div class='container'>
|
<div class='container'>
|
||||||
<div style='text-align:center;font-size: 14px; color: black; font-family: Tahoma, Verdana, Arial, Helvetica; text-decoration: none'>
|
<div style='text-align:center;font-size: 14px; color: black; font-family: Tahoma, Verdana, Arial, Helvetica; text-decoration: none'>
|
||||||
<div style='text-align:center'>{LOGO: h=300}</div>
|
<div style='text-align:center'>{LOGO: h=300}</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user