コード例 #1
0
ファイル: MainController.php プロジェクト: barricade86/raui
 public function actionIndex()
 {
     if (!$this->isXml) {
         Sitemap::publishAssets();
     }
     $map = $this->generateMap($this->isXml);
     $this->render('index', array('map' => $map));
 }