From 9e1ff71a0ffd0036ad3586be397d77034384b3e2 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 14 May 2009 16:45:31 +0000 Subject: Making use of the Dublin Core extensions to provide owner information in RSS feeds git-svn-id: https://code.elgg.org/elgg/trunk@3290 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/rss/annotation/default.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'views/rss/annotation') diff --git a/views/rss/annotation/default.php b/views/rss/annotation/default.php index 375a3d5ac..f96e85632 100644 --- a/views/rss/annotation/default.php +++ b/views/rss/annotation/default.php @@ -25,5 +25,14 @@ time_created) ?> getURL(); ?>#id; ?> <![CDATA[<?php echo $title; ?>]]> - value)); ?>]]> + value)); ?>]]> + owner); + if ($owner) + { +?> + name; ?> + -- cgit v1.2.3