예제 #1
0
파일: new.php 프로젝트: bizanto/Hooked
 public function display()
 {
     // set toolbar items
     JToolBarHelper::title(JText::_('New App'), ZOO_ICON);
     ZooHelper::toolbarHelp();
     // get applications
     $this->applications = Zoo::getApplicationGroups();
     // display view
     $this->getView()->display();
 }
예제 #2
0
파일: manager.php 프로젝트: bizanto/Hooked
 public function display()
 {
     // set toolbar items
     JToolBarHelper::title(JText::_('App Manager'), ZOO_ICON);
     JToolBar::getInstance('toolbar')->appendButton('Popup', 'config', 'Check Requirements', JRoute::_($this->baseurl . '&task=checkrequirements&tmpl=component'), 700, 700);
     ZooHelper::toolbarHelp();
     // get applications
     $this->applications = Zoo::getApplicationGroups();
     // display view
     $this->getView()->display();
 }