From e6e33ca1a7afb00a855f57df5a5263674b23c93c Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Fri, 16 Mar 2012 13:27:03 -0700 Subject: Fixes #21, #22. Using TidypicsAlbum->viewImages() instead of tidypics_list_photos for listing photos. --- views/default/object/album/full.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'views/default/object') diff --git a/views/default/object/album/full.php b/views/default/object/album/full.php index ceb8b97aa..7b273c66e 100644 --- a/views/default/object/album/full.php +++ b/views/default/object/album/full.php @@ -48,14 +48,8 @@ if ($album->description) { 'class' => 'mbm', )); } -$body .= tidypics_list_photos(array( - 'container_guid' => $album->getGUID(), - 'limit' => 16, - 'full_view' => false, - 'list_type' => 'gallery', - 'list_type_toggle' => false, - 'gallery_class' => 'tidypics-gallery', -)); + +$body .= $album->viewImages(); echo elgg_view('object/elements/full', array( 'entity' => $album, -- cgit v1.2.3