コード例 #1
0
ファイル: view.html.php プロジェクト: jeprodev/jeproshop
 public function renderDetails($tpl = null)
 {
     $carrierModel = new JeproshopCarrierModelCarrier();
     $carriers = $carrierModel->getCarriersList();
     $this->assignRef('carriers', $carriers);
     if ($this->getLayout() != 'modal') {
         $this->addToolBar();
         $this->sideBar = JHtmlSidebar::render();
     }
     parent::display($tpl);
 }