예제 #1
0
 /**
  * Sets the jQuery UI theme to use. It must be the name of a subdirectory of
  * media/akeeba_strapper/css or templates/<yourtemplate>/media/akeeba_strapper/css
  *
  * @param $theme string The name of the subdirectory holding the theme
  */
 public static function setjQueryUItheme($theme)
 {
     if (self::isCli()) {
         return;
     }
     self::$jqUItheme = $theme;
 }