mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Fix sitedown stylesheet order
This commit is contained in:
@@ -26,16 +26,16 @@ if(!isset($SITEDOWN_TABLE))
|
||||
<head>
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<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/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>
|
||||
<style type='text/css'>
|
||||
.img-responsive { display: inline }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<body class='sitedown'>
|
||||
<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'>{LOGO: h=300}</div>
|
||||
|
Reference in New Issue
Block a user