• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/controller/leftmenu.php
  • Класс: BitrixIntranetControllerLeftMenu
  • Вызов: LeftMenu::setFirstPageAction
public function setFirstPageAction()
{
	if (!isset($_POST['firstPageUrl']))
	{
		return null;
	}

	CUserOptions::SetOption('intranet', 'left_menu_first_page_' . SITE_ID, $_POST['firstPageUrl']);
}