From 6b627ac01582e75f957db332f9a34ff0789beed3 Mon Sep 17 00:00:00 2001 From: SecretR Date: Fri, 18 Oct 2013 11:03:28 +0300 Subject: [PATCH] menu class template fix --- e107_handlers/menu_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.