summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/title.module2
1 files changed, 1 insertions, 1 deletions
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"));