From ee305ae144d074692f2737eed8e38ec32f20e98e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 11 Jan 2004 15:05:21 +0000 Subject: Round 3 of aggregator improvements: - Added support for new tags: + Optinal feed image: tag. + Dublin core dates: , , . - Usability improvements: + On the administration page, made the feed/bundle titles link to the feeds/bundles' pages. On the feed/bundle's page, made the 'Last updated' field link to the administration page. + Moved the 'syndication' menu one level down. - Updated some content sensitive help. - Further improved themeability. - Fixed some invalid HTML. --- modules/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node.module') diff --git a/modules/node.module b/modules/node.module index 80f2eb642..3e14c4d16 100644 --- a/modules/node.module +++ b/modules/node.module @@ -922,7 +922,7 @@ function node_block($op = "list", $delta = 0) { } else { $block["subject"] = t("Syndicate"); - $block["content"] = "
". l("\"XML\"", "node/feed", array("title" => t("Read the XML version of this page."))) ."
"; + $block["content"] = theme('xml_icon', url('node/feed')); return $block; } -- cgit v1.2.3