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

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

		$wizard =& $this->GetWizard();
		$wizard->solutionName = "custom";
	}
Beispiel #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";
 }
Beispiel #5
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "corp_furniture";
 }
Beispiel #6
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "infoportal";
 }
Beispiel #7
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "personal";
 }
Beispiel #8
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "webfly_santech";
 }