From 791608f0d7f956f541063b90639f77ca58e8782f Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 13 Jun 2014 04:56:39 -0700 Subject: [PATCH] Custom Menu Image styling fix. --- e107_core/shortcodes/batch/page_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/shortcodes/batch/page_shortcodes.php b/e107_core/shortcodes/batch/page_shortcodes.php index 5feb2d43d..7ab5e2a51 100644 --- a/e107_core/shortcodes/batch/page_shortcodes.php +++ b/e107_core/shortcodes/batch/page_shortcodes.php @@ -296,7 +296,7 @@ class cpage_shortcodes extends e_shortcode return $img; } - return ""; + return ""; } function sc_cmenuicon($parm='')