Exemple #1
0
 public function renderDetails($tpl = NULL)
 {
     $countryModel = new JeproshopCountryModelCountry();
     $this->countries = $countryModel->getCountryList();
     $zones = JeproshopZoneModelZone::getZones();
     $this->assignRef('zones', $zones);
     $this->pagination = $countryModel->getPagination();
     if ($this->getLayout() != 'modal') {
         $this->addToolBar();
         $this->sideBar = JHtmlSidebar::render();
     }
     parent::display($tpl);
 }