public function currentThemeCdn()
 {
     if (!$this->currentCdn) {
         $this->currentCdn = $this->contentDelivery->getCdnForTheme(Config::inst()->get('SSViewer', 'theme'));
     }
     return $this->currentCdn;
 }