示例#1
0
 public function renderDetails($tpl = null)
 {
     $tagModel = new JeproshopTagModelTag();
     $tags = $tagModel->getTagsList();
     $this->assignRef('tags', $tags);
     $this->addToolBar();
     $this->sideBar = JHtmlSideBar::render();
     parent::display($tpl);
 }