From dddc7cf8451b106df608354fa01b6cfe25373b13 Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 9 Nov 2010 11:14:37 +0000 Subject: Refs #2626 - adds default annotation view to trunk git-svn-id: http://code.elgg.org/elgg/trunk@7275 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/annotation/default.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 views/default/annotation/default.php diff --git a/views/default/annotation/default.php b/views/default/annotation/default.php new file mode 100644 index 000000000..13713e8ad --- /dev/null +++ b/views/default/annotation/default.php @@ -0,0 +1,11 @@ +owner_guid); +$icon = elgg_view("profile/icon", array('entity' => $owner, 'size' => 'tiny')); + +$info = elgg_view("output/longtext", array("value" => $vars['annotation']->value)); + +echo elgg_view_listing($icon, $info); -- cgit v1.2.3