Ejemplo n.º 1
0
 function makeSiteRelative()
 {
     if (substr($this->sPath, 0, 1) != "/") {
         $this->sPath = WYURL::_sSiteRelativeURL($this->sPath);
     }
 }