• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/page.php
  • Класс: BitrixMainPage
  • Вызов: Page::render
public function render()
{
	$text = ob_get_clean();
	/* TODO: filters to output befor tag  */
	return /*$this->title."
".*/$text/*."
"*/; }