diff --git a/e107_handlers/menu_class.php b/e107_handlers/menu_class.php index 6139a3fa8..9ae8454e4 100644 --- a/e107_handlers/menu_class.php +++ b/e107_handlers/menu_class.php @@ -411,7 +411,7 @@ class e_menu $page_shortcodes->page = $page; // print_a($template['body']); - $text = $tp->parseTemplate($template['body'], true, $page_shortcodes); + $text = $template['start'].$tp->parseTemplate($template['body'], true, $page_shortcodes).$template['end']; // echo "TEMPLATE= ($mpath)".$page['menu_template']; // if($template['noTableRender'] !==true) // XXX Deprecated - causes confusion while themeing.