• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/classes/general/wizard_site_steps.php
  • Класс: CPackageInstallService
  • Вызов: CPackageInstallService::ShowStep
function ShowStep()
{
	$package = $this->package;

	$serviceName = "";
	if (array_key_exists($this->serviceID, $package->arServices) && array_key_exists("NAME", $package->arServices[$this->serviceID]))
		$serviceName = $package->arServices[$this->serviceID]["NAME"];

	if ($this->content == '')
		$this->content = GetMessage("MAIN_WIZARD_SERVICE_INSTALL").' "'.htmlspecialcharsEx($serviceName).'" ...';
}