From 223d1bad9b3d37f0533ca454a475c39c276108c3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 7 Dec 2003 10:28:20 +0000 Subject: - Fixed title problem with title module. Patch by Moshe. --- modules/title.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/title.module b/modules/title.module index aa99aefdd..4f9455ccc 100644 --- a/modules/title.module +++ b/modules/title.module @@ -40,7 +40,7 @@ function title_page() { else if (db_num_rows($result) == 1) { $node = db_fetch_object($result); $node = node_load(array("nid" => $node->nid)); - print theme("page", node_show($node, NULL)); + print theme("page", node_show($node, NULL), $node->title); } else { $header = array(t("Type"), t("Title"), t("Author")); -- cgit v1.2.3