Esempio n. 1
0
 /**
  * Check if the view asked to disable mootools
  *
  * @return  boolean
  */
 private function disableMootools()
 {
     $app = JFactory::getApplication();
     $disable = $app->input->get('disable_mootools', false);
     if (!$disable) {
         $disable = RHtmlMedia::isMootoolsDisabled();
     }
     return $disable;
 }