Exemplo n.º 1
0
 public function actionViewfull($slug1 = '')
 {
     $title = 'Welcome to IPCO';
     $menus = MenuPageRels::getAllmenu();
     return $this->render('/site/index', ['menus' => $menus, 'title' => $title]);
 }