From 2d6408dff3931d7daee818eb07f74875e074b522 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 29 Apr 2003 20:48:50 +0000 Subject: - Committed Adrian's item patch. It would be nice if one or more of the standard themes could be updated to demonstrate the possibilities. --- modules/node.module | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/node.module') diff --git a/modules/node.module b/modules/node.module index 4b27955ed..f45f17002 100644 --- a/modules/node.module +++ b/modules/node.module @@ -34,7 +34,11 @@ function node_title_list($result, $title = NULL) { $items[] = l($node->title, "node/view/$node->nid", array("title" => t("Comments: %number", array("%number" => $number)))); } - return theme("theme_item_list", $items, $title); + return theme("theme_node_list", $items, $title); +} + +function theme_node_list($items, $title) { + return theme("theme_item_list",$items,$title); } // Update the 'last viewed' timestamp of the specified node for current user. -- cgit v1.2.3