Ejemplo n.º 1
0
 public function getNavigationLinks()
 {
     $navigation = Navigator::getInstance();
     $navigation->page_list = $this->page_list;
     $navigation->start();
     $this->context->smarty->assign('navigator', $navigation->getCrumbQueue());
     $this->context->smarty->assign('current_page', $navigation->getCurrentPage());
 }