diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-10-23 15:01:00 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-10-23 15:01:00 +0000 |
commit | f1f08168b325605a489b5f21cfdfff96312d55f8 (patch) | |
tree | 15d8e30d9b645c3fe229cb9a336e7a7708e46070 /views/default/river/object/image/create.php | |
parent | bff17c5857d0365038e6783c3c00b53204f4a10e (diff) | |
download | elgg-f1f08168b325605a489b5f21cfdfff96312d55f8.tar.gz elgg-f1f08168b325605a489b5f21cfdfff96312d55f8.tar.bz2 |
moved cover code into album class
Diffstat (limited to 'views/default/river/object/image/create.php')
-rw-r--r-- | views/default/river/object/image/create.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/views/default/river/object/image/create.php b/views/default/river/object/image/create.php index 188fc6ff1..8a0a8deff 100644 --- a/views/default/river/object/image/create.php +++ b/views/default/river/object/image/create.php @@ -18,9 +18,6 @@ $string = sprintf(elgg_echo("image:river:created"), $url, $image_link, $album_li $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" 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" class="tidypics_album_cover" alt="thumbnail"/> </a>'; $string .= "</div>"; |