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