From e244c318e85b2fa1db141b7405964ff4108de63f Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Fri, 19 Jun 2009 11:27:07 +0000 Subject: finalized next and back controls in image view --- views/default/object/image.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'views/default/object/image.php') diff --git a/views/default/object/image.php b/views/default/object/image.php index d7b791a78..65319c1be 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -157,10 +157,10 @@ if ($photo_tags) { } if ($current != 0) - $back = '<<' . elgg_echo('image:back') . ''; + $back = '<<' . elgg_echo('image:back') . ''; if (sizeof($_SESSION['image_sort']) > $current + 1) - $next = '' . elgg_echo('image:next') . '>>'; + $next = '' . elgg_echo('image:next') . '>>'; ?> @@ -184,7 +184,10 @@ if ($photo_tags) {
- +
'; ?> -- cgit v1.2.3