1
0
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:
Cameron
2013-03-18 02:16:04 -07:00
parent 4b6f69d26d
commit 86d77fa58b
2 changed files with 13 additions and 9 deletions

View File

@@ -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">';