• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/integration/templates/bitrix24/themepicker.php
  • Класс: BitrixIntranetIntegrationTemplatesBitrix24ThemePicker
  • Вызов: ThemePicker::showBodyAssets
public function showBodyAssets()
{
	$theme = $this->getCurrentTheme();
	if (!$theme || !isset($theme["video"]) || !is_array($theme["video"]))
	{
		return;
	}

	echo '
'; echo ''; echo '
'; }