Exemplo n.º 1
0
 public function sidebarAction()
 {
     $this->_helper->layout->disableLayout();
     $pgs = new Pagstructure();
     $this->view->countDeletedNodes = $pgs->countDeletedNodes();
 }