Index: branches/5.1.x/core/kernel/constants.php =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/kernel/constants.php (.../constants.php) (revision 12127) +++ branches/5.1.x/core/kernel/constants.php (.../constants.php) (revision 12657) @@ -1,6 +1,6 @@ \ No newline at end of file + + /** + * Means, that actual category Template field value should inherited from parent category + * + */ + define('CATEGORY_TEMPLATE_INHERIT', '#inherit#'); + + define('REWRITE_MODE_BUILD', 1); + define('REWRITE_MODE_PARSE', 2); \ No newline at end of file