Index: branches/unlabeled/unlabeled-1.157.2/core/kernel/application.php =================================================================== diff -u -r6432 -r6490 --- branches/unlabeled/unlabeled-1.157.2/core/kernel/application.php (.../application.php) (revision 6432) +++ branches/unlabeled/unlabeled-1.157.2/core/kernel/application.php (.../application.php) (revision 6490) @@ -69,8 +69,15 @@ * @access private */ var $ConfigCacheIds = array(); - + /** + * Template names, that will be used instead of regular templates + * + * @var Array + */ + var $ReplacementTemplates = Array (); + + /** * Reference to debugger * * @var Debugger