Example #1
0
 public function showDefaultAction()
 {
     $page = Page::getHomePage();
     if ($page->isValid()) {
         return $this->forward("show", array("page" => $page));
     }
     return $this->render("Page/default.html.twig");
 }