]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
comment views have been moved
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 8 Dec 2010 02:54:59 +0000 (02:54 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 8 Dec 2010 02:54:59 +0000 (02:54 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7561 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/comments/latest.php [deleted file]

diff --git a/views/default/comments/latest.php b/views/default/comments/latest.php
deleted file mode 100644 (file)
index c38b1f5..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-/**
- * Latest comments on an entity
- *
- * @uses $vars['comments']  Array of comment objects
- */
-
-if (isset($vars['comments'])) {
-       echo '<ul class="elgg-latest-comments elgg-list">';
-       foreach ($vars['comments'] as $comment) {
-               $html = elgg_view_annotation($comment, false);
-               if ($html) {
-                       echo "<li>$html</li>";
-               }
-       }
-       echo '</ul>';
-}
\ No newline at end of file