• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/integration/templates/bitrix24/themepicker.php
  • Класс: BitrixIntranetIntegrationTemplatesBitrix24ThemePicker
  • Вызов: ThemePicker::getCustomThemesOptions
private function getCustomThemesOptions($userId = false)
{
	/** @noinspection PhpIncompatibleReturnTypeInspection */
	return CUserOptions::getOption(
		"intranet",
		$this->getCustomThemesOptionName(),
		[],
		$userId !== false ? $userId : $this->getUserId()
	);
}