예제 #1
0
 function display($tpl = null)
 {
     /*
      * Set toolbar items for the page
      */
     JToolBarHelper::cancel();
     JCEToolBarHelper::help('install');
     $paths = new stdClass();
     $paths->first = '';
     $this->assignRef('paths', $paths);
     $this->assignRef('state', $this->get('state'));
     parent::display($tpl);
 }
예제 #2
0
파일: view.php 프로젝트: sangkasi/joomla
 function display($tpl = null)
 {
     /*
      * Set toolbar items for the page
      */
     JToolBarHelper::deleteList('', 'remove', 'Uninstall');
     JCEToolBarHelper::help('install.plugin');
     // Get data from the model
     $items =& $this->get('Items');
     $pagination =& $this->get('Pagination');
     $this->assignRef('items', $items);
     $this->assignRef('pagination', $pagination);
     parent::display($tpl);
 }