From 4205799ba3a41435aa7d8fed190f03592722eb8f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 6 Dec 2001 10:33:27 +0000 Subject: - Added the "add new comment" link to the forum module. --- modules/forum/forum.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index fe487d9a0..4bdb6a354 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -43,6 +43,8 @@ function forum_link($type) { function forum_view($node) { global $theme; $output .= "

". t("Forum") ." / nid\">". check_output($node->title) .":

". check_output($node->body) ."

"; + $output .= "

". $theme->links(link_node($node, $main)) ."

"; + $theme->box(t("Discussion forum"), $output); } -- cgit v1.2.3