From eb306be905c9fd78600841070d0796bd99ae7f73 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 6 Dec 2010 01:48:53 +0000 Subject: comments use the media view now git-svn-id: http://code.elgg.org/elgg/trunk@7544 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/annotation/list.php | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 views/default/annotation/list.php (limited to 'views/default/annotation/list.php') diff --git a/views/default/annotation/list.php b/views/default/annotation/list.php new file mode 100644 index 000000000..f432ad640 --- /dev/null +++ b/views/default/annotation/list.php @@ -0,0 +1,46 @@ + $_SERVER['REQUEST_URI'], + 'offset' => $offset, + 'count' => $count, + 'limit' => $limit, + 'word' => 'annoff', + 'nonefound' => false, + )); +} + +if (is_array($annotations) && count($annotations) > 0) { + $html .= ''; +} + +if ($count) { + $html .= $nav; +} + +echo $html; -- cgit v1.2.3