Index: branches/RC/core/kernel/constants.php =================================================================== diff -u -r11395 -r11405 --- branches/RC/core/kernel/constants.php (.../constants.php) (revision 11395) +++ branches/RC/core/kernel/constants.php (.../constants.php) (revision 11405) @@ -56,6 +56,8 @@ safeDefine('DBG_TOOLBAR_BUTTONS', 0); } + + define('smNORMAL', 1); // show section even, if they were marked as smDEBUG or smSUPER_ADMIN before define('smDEBUG', 2); // show section in debug mode only define('smSUPER_ADMIN', 4); // show section in super admin & debug mode