diff --git a/e107_core/templates/sitedown_template.php b/e107_core/templates/sitedown_template.php index f6e0f46ed..31607a81a 100644 --- a/e107_core/templates/sitedown_template.php +++ b/e107_core/templates/sitedown_template.php @@ -27,6 +27,7 @@ if(!isset($SITEDOWN_TABLE)) \n + {SITEDOWN_TABLE_PAGENAME} @@ -36,6 +37,9 @@ if(!isset($SITEDOWN_TABLE))
{SITEDOWN_TABLE_MAINTAINANCETEXT} +
+ {XURL_ICONS: size=3x&tip-pos=bottom} +
"; } diff --git a/sitedown.php b/sitedown.php index 307caa7ad..566d0baab 100644 --- a/sitedown.php +++ b/sitedown.php @@ -42,4 +42,4 @@ if (!$SITEDOWN_TABLE) } } -echo $tp->parseTemplate($SITEDOWN_TABLE, TRUE, $sitedown_shortcodes); +echo $tp->parseTemplate($SITEDOWN_TABLE, true, $sitedown_shortcodes);