1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 03:10:50 +02:00

menu class template fix

This commit is contained in:
SecretR
2013-10-18 11:03:28 +03:00
parent 48f41709c8
commit 6b627ac015

View File

@@ -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.