• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/documentcontroller.php
  • Класс: BitrixDiskDocumentDocumentController
  • Вызов: DocumentController::renderStartPage
protected function renderStartPage($vars)
{
	$this->getApplication()->restartBuffer();
	extract($vars);
	extract(array(
		'APPLICATION' => $this->getApplication(),
		'USER' => $this->getUser(),
	));
	include __DIR__ . '/../../document-startpage/startpage.php';

	$this->end();
}