Index: branches/unlabeled/unlabeled-1.3.4/core/kernel/constants.php =================================================================== diff -u -r6753 -r6897 --- branches/unlabeled/unlabeled-1.3.4/core/kernel/constants.php (.../constants.php) (revision 6753) +++ branches/unlabeled/unlabeled-1.3.4/core/kernel/constants.php (.../constants.php) (revision 6897) @@ -35,6 +35,8 @@ define('ptCATEGORY', 0); define('ptSYSTEM', 1); + define('WID_MARK', '&|wid|&'); // replace this sequence inside filters to _main_wid + $application =& kApplication::Instance(); $spacer_url = $application->BaseURL().'core/admin_templates/img/spacer.gif'; define('SPACER_URL', $spacer_url);