aboutsummaryrefslogtreecommitdiff
path: root/views/default/river/object/image/create.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-06-14 20:37:08 +0000
committerCash Costello <cash.costello@gmail.com>2009-06-14 20:37:08 +0000
commit2932918effa51f9689cabe38b758e44435d08e96 (patch)
treeb3bfd26c62ea1350188dfc622b520eac482e6fdb /views/default/river/object/image/create.php
parent8f5aa6a87b15ecee226f46539b1400710c9c9047 (diff)
downloadelgg-2932918effa51f9689cabe38b758e44435d08e96.tar.gz
elgg-2932918effa51f9689cabe38b758e44435d08e96.tar.bz2
close to final version of river entries - commented out cover from image view and added option for album to show multiple photos
Diffstat (limited to 'views/default/river/object/image/create.php')
-rw-r--r--views/default/river/object/image/create.php3
1 files changed, 3 insertions, 0 deletions
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 .= "<div class=\"river_content\">";
+
+/* // this adds the album cover to the river display
$string .= "<a href=\"" . $album->getURL() . "\"> <img src=\"" . $CONFIG->wwwroot . 'mod/tidypics/thumbnail.php?file_guid=' . $album->cover . '&size=thumb" border="0" class="tidypics_album_cover" alt="thumbnail"/> </a>';
+*/
$string .= "<a href=\"" . $image->getURL() . "\"> <img src=\"" . $CONFIG->wwwroot . 'mod/tidypics/thumbnail.php?file_guid=' . $image->guid . '&size=thumb" border="0" class="tidypics_album_cover" alt="thumbnail"/> </a>';
$string .= "</div>";