Esempio n. 1
0
 public function get_index()
 {
     $page = new Pages\Model\Page();
     $this->data['pages'] = $page->get_page_tree();
     $this->data['section_bar_active'] = Lang::line('pages::lang.Pages')->get(ADM_LANG);
     return $this->theme->render('pages::index', $this->data);
 }