| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/wizards/invicto/leadgentwo/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/wizards/invicto/leadgentwo/.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("SOLUTION_WIZARD_NAME"),
"DESCRIPTION" => GetMessage("SOLUTION_WIZARD_DESC"),
"VERSION" => "1.0.0",
"START_TYPE" => "WINDOW",
"WIZARD_TYPE" => "INSTALL",
"IMAGE" => "/images/".LANGUAGE_ID."/solution.png",
"PARENT" => "wizard_sol",
"TEMPLATES" => Array(
Array("SCRIPT" => "wizard_sol")
),
"STEPS" => (defined("WIZARD_DEFAULT_SITE_ID") ?
Array( "SelectTemplateStep", "DataInstallStep", "FinishStep" ) :
Array("SelectSiteStep", "SelectTemplateStep", "DataInstallStep", "FinishStep"))
);
?>