diff --git a/e107_core/shortcodes/batch/sitedown_shortcodes.php b/e107_core/shortcodes/batch/sitedown_shortcodes.php index 3b5f87ebb..f12dab986 100644 --- a/e107_core/shortcodes/batch/sitedown_shortcodes.php +++ b/e107_core/shortcodes/batch/sitedown_shortcodes.php @@ -26,7 +26,7 @@ class sitedown_shortcodes extends e_shortcode if(!empty($pref['maintainance_text'])) { - return $tp->toHTML($pref['maintainance_text'], TRUE, 'parse_sc', 'admin'); + return $tp->toHTML($pref['maintainance_text'], true, 'BODY', 'admin'); } else { diff --git a/e107_core/templates/sitedown_template.php b/e107_core/templates/sitedown_template.php index aa5b0dd38..040c843b1 100644 --- a/e107_core/templates/sitedown_template.php +++ b/e107_core/templates/sitedown_template.php @@ -38,7 +38,7 @@ if(!isset($SITEDOWN_TABLE))
-
{LOGO}
+
{LOGO: h=300}


{SITEDOWN_TABLE_MAINTAINANCETEXT}