From 2932918effa51f9689cabe38b758e44435d08e96 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 14 Jun 2009 20:37:08 +0000 Subject: close to final version of river entries - commented out cover from image view and added option for album to show multiple photos --- views/default/river/object/image/create.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'views/default/river/object/image/create.php') diff --git a/views/default/river/object/image/create.php b/views/default/river/object/image/create.php index 09320080b..8f7a856ea 100644 --- a/views/default/river/object/image/create.php +++ b/views/default/river/object/image/create.php @@ -17,7 +17,10 @@ $string = sprintf(elgg_echo("image:river:created"),$performed_by->name, $image_link, $album_link); $string .= "
"; + +/* // this adds the album cover to the river display $string .= "getURL() . "\"> wwwroot . 'mod/tidypics/thumbnail.php?file_guid=' . $album->cover . '&size=thumb" border="0" class="tidypics_album_cover" alt="thumbnail"/> '; +*/ $string .= "getURL() . "\"> wwwroot . 'mod/tidypics/thumbnail.php?file_guid=' . $image->guid . '&size=thumb" border="0" class="tidypics_album_cover" alt="thumbnail"/> '; $string .= "
"; -- cgit v1.2.3