From ee35d9136e70cbafad2574089c6f346ab5a635ba Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 12 Sep 2003 18:13:22 +0000 Subject: - Made the forum module's breadcrumb navigation fully themable. Patch by Nick. - Changed 'pubdate' to 'pubDate'. Patch by Kristjan. - Fixed in Xtemplate theme; don't use return value of node_url() raw and uncut. Patch by me. --- 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 77667b614..35a90e347 100644 --- a/modules/node.module +++ b/modules/node.module @@ -1013,7 +1013,7 @@ function node_feed($nodes = 0, $channel = array()) { foreach ($languages as $key => $value) break; if (!$channel["language"]) $channel["language"] = $key ? $key : "en"; $output .= "\n"; - $output .= format_rss_channel($channel["title"], $channel["link"], $channel["description"], $items, $channel["language"], array("pubdate" => date("r", $pubdate))); + $output .= format_rss_channel($channel["title"], $channel["link"], $channel["description"], $items, $channel["language"], array("pubDate" => date("r", $pubdate))); $output .= "\n"; header("Content-Type: text/xml"); -- cgit v1.2.3