From 8f15295624dada70d4f1fc9c97b69a4e2ae8301e Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 30 Jul 2008 14:47:36 +0000 Subject: toolbar logout icon changed to work as a single image resource (for caching purposes), delete icon on collections changed to work as a single image rollover git-svn-id: https://code.elgg.org/elgg/trunk@1605 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/friends/collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/friends') diff --git a/views/default/friends/collection.php b/views/default/friends/collection.php index e2f8d37b6..b4f015f16 100644 --- a/views/default/friends/collection.php +++ b/views/default/friends/collection.php @@ -28,7 +28,7 @@ //as collections are private, check that the logged in user is the owner if($coll->owner_guid == $_SESSION['user']->getGUID()) - echo "
id}\" class=\"delete_collection\">"; + echo ""; echo $coll->name; -- cgit v1.2.3