mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
default SITEDOWN template now includes XURL ICONS (when configured)
This commit is contained in:
@@ -27,6 +27,7 @@ if(!isset($SITEDOWN_TABLE))
|
|||||||
<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='".THEME_ABS."style.css' type='text/css' media='all' />
|
<link rel='stylesheet' href='".THEME_ABS."style.css' type='text/css' media='all' />
|
||||||
|
<link rel='stylesheet' media='all' property='stylesheet' type='text/css' href='http://netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css' />
|
||||||
<title>{SITEDOWN_TABLE_PAGENAME}</title>
|
<title>{SITEDOWN_TABLE_PAGENAME}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -36,6 +37,9 @@ if(!isset($SITEDOWN_TABLE))
|
|||||||
<br />
|
<br />
|
||||||
{SITEDOWN_TABLE_MAINTAINANCETEXT}
|
{SITEDOWN_TABLE_MAINTAINANCETEXT}
|
||||||
</div>
|
</div>
|
||||||
|
<div style='margin-top:100px; text-align:center'>
|
||||||
|
{XURL_ICONS: size=3x&tip-pos=bottom}
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>";
|
</html>";
|
||||||
}
|
}
|
||||||
|
@@ -42,4 +42,4 @@ if (!$SITEDOWN_TABLE)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $tp->parseTemplate($SITEDOWN_TABLE, TRUE, $sitedown_shortcodes);
|
echo $tp->parseTemplate($SITEDOWN_TABLE, true, $sitedown_shortcodes);
|
||||||
|
Reference in New Issue
Block a user