/**
  * Sets the global setting that jQuery is included
  *
  * @param boolean
  */
 public static function set_jquery_included($bool = true)
 {
     self::$jquery_included = $bool;
 }