From 93ee973d635385d39fcad58ad934748cd80a8a6e Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 20 Jun 2009 20:59:07 +0000 Subject: tweaked previous and next controls --- views/default/object/image.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/default/object/image.php') diff --git a/views/default/object/image.php b/views/default/object/image.php index d09b721f1..9e78ece75 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') . ' »'; ?> -- cgit v1.2.3