Exemplo n.º 1
0
 /**
  * Shows the structure editor
  */
 public function indexAction()
 {
     $this->setSubtitle('Recycle Bin');
     $this->setSideBar('index', 'Recyclebin');
     $this->layout->langswitch = true;
     $this->layout->search = true;
     $pgs = new Pagstructure();
     $pgs->setFilter('isDeleted', 1);
     $this->view->structureArray = $pgs->getRecyclebin();
 }