getView()->params['seo'] = $seo; $this->getView()->params['pageTitle'] = $pageTitle; $this->getView()->params['title'] = $seo['title']; $this->getView()->params['pageCate'] = $pageCate; $this->getView()->params['pageOpp'] = $ac; $this->getView()->params['htmlSrc'] = $htmlSrc; $this->getView()->params['url']['product'] = fmFunc_url(Yii::$app->controller->id,'product',$isAddons=1); return $this->render('hotel'); } public function actionKtv() { global $_HI; include_once __DIR__.'/solution/ktv.php'; $this->getView()->params['seo'] = $seo; $this->getView()->params['pageTitle'] = $pageTitle; $this->getView()->params['title'] = $seo['title']; $this->getView()->params['pageCate'] = $pageCate; $this->getView()->params['pageOpp'] = $ac; $this->getView()->params['htmlSrc'] = $htmlSrc; $this->getView()->params['url']['product'] = fmFunc_url(Yii::$app->controller->id,'product',$isAddons=1); return $this->render('ktv'); } }