From 1f0305b7337822f6218aaaa0e3e76080869722a6 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 2 Aug 2008 10:02:37 +0000 Subject: Default annotation RSS view. git-svn-id: https://code.elgg.org/elgg/trunk@1666 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/rss/annotation/default.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 views/rss/annotation/default.php (limited to 'views/rss') diff --git a/views/rss/annotation/default.php b/views/rss/annotation/default.php new file mode 100644 index 000000000..0dc494eb3 --- /dev/null +++ b/views/rss/annotation/default.php @@ -0,0 +1,29 @@ +entity_guid); + $title = substr($vars['annotation']->value,0,32); + if (strlen($vars['annotation']->value) > 32) + $title .= " ..."; + +?> + + + getURL(); ?>#id; ?> + time_created) ?> + getURL(); ?>#id; ?> + <![CDATA[<?php echo $title; ?>]]> + value)); ?>]]> + -- cgit v1.2.3