private function renderExifInfo()
 {
     // exif info
     $exif_model = new photosPhotoExifModel();
     $exif = $exif_model->getByPhoto($this->photo['id']);
     return $this->renderer->getExifInfo($exif);
 }