Skip to content

Commit

Permalink
return image description
Browse files Browse the repository at this point in the history
  • Loading branch information
ttp committed Sep 30, 2016
1 parent 598a439 commit fd8fc95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fish-map/includes/marker_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ private function _getPhotos($row, $limit)
foreach ($gallery as $image) {
$photos[] = array(
'thumbnail' => $image->thumbURL,
'photo' => $image->imageURL
'photo' => $image->imageURL,
'alttext' => $image->alttext,
'description' => $image->description
);
}
}
Expand Down

0 comments on commit fd8fc95

Please sign in to comment.