/** * Set the image shown when the CMS is loading. */ static function set_loading_image($loadingImage) { self::$loading_image = $loadingImage; }