Example #1
0
 public function renderDetails($tpl = null)
 {
     if ($this->getLayout() !== 'modal') {
     }
     $customerModel = new JeproshopCustomerModelCustomer();
     $this->customers = $customerModel->getCustomerList();
     $this->pagination = $customerModel->getPagination();
     if ($this->getLayout() != 'modal') {
         $this->addToolBar();
         $this->sideBar = JHtmlSidebar::render();
     }
     parent::display($tpl);
 }