예제 #1
0
 /**
  * Returns the body and header output for the given page name
  *
  * @param string $pageName Page name as defined in the Settings.yaml file
  */
 protected function getSections($pageName)
 {
     return $this->page->getSections($this->request, $pageName);
 }