mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 16:20:13 +02:00
Flipped behavior of e_DEBUG_MENUMANAGER. New Menu-Manager is now the default.
This commit is contained in:
@@ -1256,7 +1256,7 @@ class e_menuManager {
|
||||
$text .= "</div>";
|
||||
}
|
||||
// $ns -> tablerender(MENLAN_22.'blabla', $text);
|
||||
if(e_DEBUG_MENUMANAGER === true)
|
||||
if(!deftrue("e_DEBUG_MENUMANAGER"))
|
||||
{
|
||||
echo "<div class='menu-panel' style='padding:50px'>Main Content Area</div>";
|
||||
}
|
||||
|
Reference in New Issue
Block a user