From f8ed7ac1d4f91b6680a770af0ebc71fb256af9f8 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 11 Mar 2016 17:54:28 -0800 Subject: [PATCH] Fix for oversized LOGO on sitedown page. --- e107_core/shortcodes/batch/sitedown_shortcodes.php | 2 +- e107_core/templates/sitedown_template.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}