Example #1
0
 public function get_image_thumb()
 {
     return HTML::image(Lib_Image::crop($this->image, 'slider', $this->id, 220, 120));
 }