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

	return '/knowledge/';
}