Ver Fonte

www/protected/modules/j/controllers/WebController.php

seamong há 7 anos atrás
pai
commit
3020fe4623
1 ficheiros alterados com 6 adições e 0 exclusões
  1. 6 0
      www/protected/modules/j/controllers/WebController.php

+ 6 - 0
www/protected/modules/j/controllers/WebController.php

@@ -124,5 +124,11 @@ class WebController extends JBaseController {
 
 
 		$this->renderpartial('serviceIntroduction');
 		$this->renderpartial('serviceIntroduction');
 	}
 	}
+	// 礼包介绍  Gift package introduction
+	public function actionGiftPackageIntroduction()
+	{
+
+		$this->renderpartial('siftPackageIntroduction');
+	}
 
 
 }
 }