コード例 #1
0
ファイル: FlatFront.php プロジェクト: Gouken/WebMuApp
 public function showhome()
 {
     $seo['page'] = 'baseadd';
     $seo['title'] = 'title of this page';
     $seo['discription'] = 'discription of this page';
     $data = array('seo' => $seo, 'stat' => HelperFunctions::server_stat());
     return View::make('template.flatkit.home')->with($data);
 }