From 3b796bc5b923899cfec2f81ff9f811a02260a071 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 17 May 2009 21:32:14 +0000 Subject: cleaning up some views moved image controls to separate view so it easier for plugins to extend tidypics --- views/default/object/image.php | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'views/default/object/image.php') diff --git a/views/default/object/image.php b/views/default/object/image.php index 0da55f795..f64942b61 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -167,17 +167,13 @@ if ($photo_tags) {
-
- -
-'; + + // tagging code echo elgg_view('tidypics/tagging', array( 'photo_tags' => $photo_tags, 'links' => $photo_tag_links, 'photo_tags_json' => $photo_tags_json, -- cgit v1.2.3