From fbdaf2a33386e6746be4de50a0b4aceb06ff5e68 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 2 Jan 2012 14:34:58 -0500 Subject: displaying the tag on the photo but not a label for the tag --- views/default/object/image/full.php | 1 + 1 file changed, 1 insertion(+) (limited to 'views/default/object/image') diff --git a/views/default/object/image/full.php b/views/default/object/image/full.php index 33ba49739..e12e96806 100644 --- a/views/default/object/image/full.php +++ b/views/default/object/image/full.php @@ -54,6 +54,7 @@ echo elgg_view('object/image/navigation', $vars); echo elgg_view('photos/tagging/help', $vars); echo elgg_view('photos/tagging/select', $vars); echo $img; +echo elgg_view('photos/tagging/tags', $vars); echo ''; if ($photo->description) { -- cgit v1.2.3