/**
  * Set a different base URL for the static copy of the site.
  * This can be useful if you are running the CMS on a different domain from the website.
  */
 static function set_static_base_url($url)
 {
     self::$static_base_url = $url;
 }