mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Upgrade and BC compatibility fix for menu rendering.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
$MENU_TEMPLATE['default']['start'] = '';
|
||||
$MENU_TEMPLATE['default']['body'] = '{CMENUBODY}';
|
||||
$MENU_TEMPLATE['default']['noTableRender'] = false;
|
||||
$MENU_TEMPLATE['default']['noTableRender'] = true;
|
||||
|
||||
|
||||
$MENU_TEMPLATE['button']['start'] = '<div class="cpage-menu">';
|
||||
|
Reference in New Issue
Block a user