Example #1
0
	function InitStep()
	{
		parent::InitStep();

		$wizard =& $this->GetWizard();
		$wizard->solutionName = "corp_services";
	}
Example #2
0
	function InitStep()
	{
		parent::InitStep();

		$wizard =& $this->GetWizard();
		$wizard->solutionName = "custom";
	}
Example #3
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "webfly_santech";
     $this->SetNextStep("site_settings");
 }
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "stroika_samovar";
 }
Example #5
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "corp_furniture";
 }
Example #6
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "infoportal";
 }
Example #7
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "personal";
 }
Example #8
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "webfly_santech";
 }