Index: trunk/core/kernel/constants.php =================================================================== diff -u -r6751 -r7391 --- trunk/core/kernel/constants.php (.../constants.php) (revision 6751) +++ trunk/core/kernel/constants.php (.../constants.php) (revision 7391) @@ -35,6 +35,8 @@ define('ptCATEGORY', 0); define('ptSYSTEM', 1); + define('EDIT_MARK', '&|edit|&'); // replace this sequence inside filters to SID[_main_wid] + $application =& kApplication::Instance(); $spacer_url = $application->BaseURL().'core/admin_templates/img/spacer.gif'; define('SPACER_URL', $spacer_url);