Exemplo n.º 1
0
	function InitStep()
	{
		parent::InitStep();

		$wizard =& $this->GetWizard();
		$wizard->solutionName = "corp_services";
	}
Exemplo n.º 2
0
	function InitStep()
	{
		parent::InitStep();

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