git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3358 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
fd01254e8f
commit
45977fd4de
15 changed files with 86 additions and 52 deletions
|
|
@ -52,6 +52,7 @@ class CmsController extends Controller
|
|||
return $this->render('default/pages/cms/overview.html.twig', [
|
||||
'base_dir' => realpath($this->getParameter('kernel.root_dir').'/..').DIRECTORY_SEPARATOR,
|
||||
'page' => $page,
|
||||
// TODO
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
@ -145,7 +146,8 @@ class CmsController extends Controller
|
|||
'page' => $page,
|
||||
'fewo_lodging' => $lodging,
|
||||
//'lodging' => $lodging, //so wurde es im AdminController aufgerufen
|
||||
'calendar' => $calendar
|
||||
'calendar' => $calendar,
|
||||
'show_search_sidebar_widget' => false,
|
||||
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue