예제 #1
0
 /**
  * Method to display a view.
  *
  * @param   boolean  $cachable   If true, the view output will be cached
  * @param   array    $urlparams  An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}.
  *
  * @return  JControllerLegacy  This object to support chaining.
  *
  * @since   1.5
  */
 public function display($cachable = false, $urlparams = false)
 {
     DigiComHelperDigiCom::addAdminStyles();
     $view = $this->input->get('view', 'digicom');
     $layout = $this->input->get('layout', 'default');
     return parent::display();
 }