1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-19 20:21:51 +02:00

default SITEDOWN template now includes XURL ICONS (when configured)

This commit is contained in:
Cameron 2016-03-11 17:03:11 -08:00
parent 4c738f1613
commit f23a016111
2 changed files with 5 additions and 1 deletions

View File

@ -27,6 +27,7 @@ if(!isset($SITEDOWN_TABLE))
<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='".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>
</head>
<body>
@ -36,6 +37,9 @@ if(!isset($SITEDOWN_TABLE))
<br />
{SITEDOWN_TABLE_MAINTAINANCETEXT}
</div>
<div style='margin-top:100px; text-align:center'>
{XURL_ICONS: size=3x&tip-pos=bottom}
</div>
</body>
</html>";
}

View File

@ -42,4 +42,4 @@ if (!$SITEDOWN_TABLE)
}
}
echo $tp->parseTemplate($SITEDOWN_TABLE, TRUE, $sitedown_shortcodes);
echo $tp->parseTemplate($SITEDOWN_TABLE, true, $sitedown_shortcodes);