layout = 'h5'; include_once __DIR__.'/h5/index.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('index'); } }