aboutsummaryrefslogtreecommitdiff
path: root/views/default/photos/tagging/tags.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/photos/tagging/tags.php')
-rw-r--r--views/default/photos/tagging/tags.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/views/default/photos/tagging/tags.php b/views/default/photos/tagging/tags.php
deleted file mode 100644
index 29c9d0efb..000000000
--- a/views/default/photos/tagging/tags.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-/**
- * View the tags for this image
- *
- * @uses $vars['entity']
- *
- * @author Cash Costello
- * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2
- */
-
-$tags = $vars['entity']->getPhotoTags();
-foreach ($tags as $tag) {
- echo elgg_view('photos/tagging/tag', array('tag' => $tag));
-}