Ejemplo n.º 1
0
 public function getImageLarge()
 {
     global $globals;
     return path_encode($globals->url->large . '/' . $this->path, false);
 }
Ejemplo n.º 2
0
 public function getImageSmall()
 {
     global $globals;
     return path_encode($globals->url->small . '/' . $this->hash() . '.png');
 }