• Модуль: extranet
  • Путь к файлу: ~/bitrix/modules/extranet/classes/general/wizard_utils.php
  • Класс: CExtranetWizardServices
  • Вызов: CExtranetWizardServices::GetTemplatesPath
static function GetTemplatesPath($path)
{
	$templatesPath = $path."/templates";

	if (file_exists($_SERVER["DOCUMENT_ROOT"].$templatesPath."/".LANGUAGE_ID))
		$templatesPath .= "/".LANGUAGE_ID;

	return $templatesPath;
}