Index: branches/unlabeled/unlabeled-1.25.2/core/kernel/parser/template_parser.php =================================================================== diff -u -r6118 -r6406 --- branches/unlabeled/unlabeled-1.25.2/core/kernel/parser/template_parser.php (.../template_parser.php) (revision 6118) +++ branches/unlabeled/unlabeled-1.25.2/core/kernel/parser/template_parser.php (.../template_parser.php) (revision 6406) @@ -429,6 +429,7 @@ } if ( !$this->GetParam('from_inportal') && strpos($output, 'Application->recallObject('Inp1Parser'); +// $name = $this->Application->TemplatesCache->GetTemplateFileName($name) . '-block:' . $name; // may be is needed (by Alex) $output = $inp1_parser->Parse($name, $output); } return $output;