Выполнение отложенной функции в component_epilog
Формируется:
//$this->initComponentTemplate(); // наблюдались проблемы
//$this->__template->SetViewTarget("catalog_position");
или
$this->__template->SetViewTarget('SIMPLE_ORDER');
...
$this->__template->EndViewTarget();
Вставляется:
$APPLICATION->ShowViewContent('sub_h1');
Свежие комментарии