/**
  * calculates and returns the full path to the screenshot of the template set
  * regardless of whether it is global or blog specific
  *
  * @return The url to the screenshot
  */
 function getScreenshotUrl()
 {
     $ts = new TemplateSetStorage();
     return $ts->getScreenshotUrl($this->getName(), $this->getBlogId());
 }