diff --git a/e107_core/shortcodes/single/menu.php b/e107_core/shortcodes/single/menu.php index ce078a710..ff8f12b4f 100644 --- a/e107_core/shortcodes/single/menu.php +++ b/e107_core/shortcodes/single/menu.php @@ -21,7 +21,7 @@ function menu_shortcode($parm, $mode='') else { - list($path,$echo) = explode(':', $parm); + $path = $parm; if(is_numeric($path)) // eg. {MENU=1} - renders area 1 as found in the e107_menu db table. {