• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/site/scope/group.php
  • Класс: BitrixLandingSiteScopeGroup
  • Вызов: Group::getPublicationPath
static function getPublicationPath()
{
	if (BitrixLandingConnectorMobile::isMobileHit())
	{
		return '/mobile/knowledge/group/';
	}

	return '/knowledge/group/';
}