Index: branches/RC/core/kernel/constants.php =================================================================== diff -u -r11405 -r11610 --- branches/RC/core/kernel/constants.php (.../constants.php) (revision 11405) +++ branches/RC/core/kernel/constants.php (.../constants.php) (revision 11610) @@ -56,7 +56,7 @@ 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 @@ -103,4 +103,8 @@ define('MAILING_LIST_PARTIALLY_PROCESSED', 2); define('MAILING_LIST_PROCESSED', 3); define('MAILING_LIST_CANCELLED', 4); + + // theme file statuses (related to structure creation process) + define('SMS_MODE_AUTO', 1); + define('SMS_MODE_FORCE', 2); ?> \ No newline at end of file