controller->id; $ac = Yii::$app->requestedAction->id; $html = ''; $html .= $this->render('.././_common/header'); $html .= $this->render('.././_common/titlebar'); $html .= $this->render('single/main'); $html .= $this->render('.././_common/footbar'); $html .= $this->render('.././_common/kefu'); $html .= $this->render('.././_common/js'); $html .= $this->render('.././_common/footer'); echo $html; ?>