Current Path : /var/www/html/clients/e-nkama.ru/e-nkama_bitrix/bitrix/wizards/bitrix/government/ |
Current File : /var/www/html/clients/e-nkama.ru/e-nkama_bitrix/bitrix/wizards/bitrix/government/.description.php |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die(); if(!defined("WIZARD_DEFAULT_SITE_ID") && !empty($_REQUEST["wizardSiteID"])) { define("WIZARD_DEFAULT_SITE_ID", $_REQUEST["wizardSiteID"]); } $arWizardDescription = Array( "NAME" => GetMessage("GOVERNMENT_WIZARD_NAME"), "DESCRIPTION" => GetMessage("GOVERNMENT_WIZARD_DESC"), "VERSION" => "1.0.0", "IMAGE" => "images/".LANGUAGE_ID."/solution.png", "START_TYPE" => "WINDOW", "TEMPLATES" => Array( Array("SCRIPT" => "scripts/template.php", "CLASS" => "WizardTemplate") // Array("SCRIPT" => "wizard_sol") ), "STEPS" => array(), ); $arWizardDescription["STEPS"][] = "WelcomeStep"; // Âåëêàì $arWizardDescription["STEPS"][] = "SelectTypeStep"; // Òèï ïîðòàëà (äåìî-äàííûå) $arWizardDescription["STEPS"][] = "SelectTemplateStep"; // Öâåòîâàÿ ñõåìà $arWizardDescription["STEPS"][] = "SelectThemeStep"; // Öâåòîâàÿ ñõåìà $arWizardDescription["STEPS"][] = "SiteSettingsStep"; // Íàñòðîéêè (îáëàñòü, ãåðá) $arWizardDescription["STEPS"][] = 'DataInstallStep'; $arWizardDescription["STEPS"][] = 'FinishStep'; $arWizardDescription['WIZARD_TYPE']='INSTALL';