예제 #1
0
파일: view.html.php 프로젝트: Tommar/remate
 /**
  * Categories view display method
  * @return void
  */
 function display($tpl = null)
 {
     Bt_portfolioLegacyHelper::getCSS();
     $this->legacy = Bt_portfolioLegacyHelper::isLegacy();
     // Set the toolbar
     $this->addToolBar();
     $buttons = $this->getButtons();
     $this->assign('buttons', $buttons);
     // Display the template
     parent::display($tpl);
     // Set the document
     $this->setDocument();
 }