Example #1
0
 public function renderDetails($tpl = null)
 {
     $featureModel = new JeproshopFeatureModelFeature();
     $this->features = $featureModel->getFeatureList();
     $pagination = $featureModel->getPagination();
     $this->assignRef('pagination', $pagination);
     $this->addToolBar();
     $this->sideBar = JHtmlSideBar::render();
     parent::display($tpl);
 }