示例#1
0
 function display($tpl = null)
 {
     $this->items = $this->get('Items');
     $this->pagination = $this->get('Pagination');
     $this->state = $this->get('State');
     JeaHelper::addSubmenu('features');
     $this->addToolbar();
     if ((double) JVERSION > 3) {
         $this->sidebar = JHtmlSidebar::render();
     }
     parent::display($tpl);
 }
示例#2
0
 public function display($tpl = null)
 {
     JeaHelper::addSubmenu('tools');
     JToolBarHelper::title(JText::_('COM_JEA_TOOLS'), 'jea.png');
     $canDo = JeaHelper::getActions();
     if ($canDo->get('core.admin')) {
         JToolBarHelper::preferences('com_jea');
     }
     if ((double) JVERSION > 3) {
         $this->sidebar = JHtmlSidebar::render();
     }
     parent::display($tpl);
 }
示例#3
0
 public function display($tpl = null)
 {
     JeaHelper::addSubmenu('default');
     JToolBarHelper::title('Joomla Estate Agency', 'jea.png');
     $canDo = JeaHelper::getActions();
     if ($canDo->get('core.admin')) {
         JToolBarHelper::preferences('com_jea');
     }
     if ((double) JVERSION > 3) {
         $this->sidebar = JHtmlSidebar::render();
     }
     parent::display($tpl);
 }
示例#4
0
 function display($tpl = null)
 {
     $params = JComponentHelper::getParams('com_jea');
     $this->assignRef('params', $params);
     JeaHelper::addSubmenu('tools');
     $this->user = JFactory::getUser();
     $this->form = $this->get('Form');
     $this->state = $this->get('State');
     $this->addToolbar();
     if ((double) JVERSION > 3) {
         $this->sidebar = JHtmlSidebar::render();
     }
     parent::display($tpl);
 }
示例#5
0
 function display($tpl = null)
 {
     $params = JComponentHelper::getParams('com_jea');
     $this->assignRef('params', $params);
     JeaHelper::addSubmenu('properties');
     $this->user = JFactory::getUser();
     $this->items = $this->get('Items');
     $this->pagination = $this->get('Pagination');
     $this->state = $this->get('State');
     if ((double) JVERSION > 3) {
         $this->sidebar = JHtmlSidebar::render();
     }
     $this->addToolbar();
     parent::display($tpl);
 }