Skip to content

Commit

Permalink
Update spots.inc.php
Browse files Browse the repository at this point in the history
Added the image preview to spotsoverview.
  • Loading branch information
Sweepr committed May 13, 2015
1 parent 76896f2 commit 85545a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/we1rdo/spots.inc.php
Expand Up @@ -112,6 +112,7 @@
} # if
} # foreach
} # foreach
$catMap['image'] = '<center><br><img src="?page=getimage&messageid='.$spot['messageid'].'&image[height]=260&image[width]=130" height="175px" width="auto"></center>';
$catData = json_encode($catMap);

if($spot['rating'] == 0) {
Expand Down

0 comments on commit 85545a8

Please sign in to comment.