From 3c1d5b9f3fbb43aabd3cd260a0d8c6c26d2ff79d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 25 Mar 2003 20:18:00 +0000 Subject: - Added missing title description. Patch by Stefan. --- modules/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum.module') diff --git a/modules/forum.module b/modules/forum.module index cf4d9fd1b..b8e22d4c6 100644 --- a/modules/forum.module +++ b/modules/forum.module @@ -92,7 +92,7 @@ function forum_block($op = "list", $delta = 0) { $content .= node_title_list(db_query_range("SELECT n.nid, n.title, u.uid, u.name FROM node n LEFT JOIN forum f ON n.nid = f.nid LEFT JOIN users u ON n.uid = u.uid WHERE n.type = 'forum' ORDER BY n.nid DESC", 0, variable_get("forum_block_num", "5")), t("New forum topics:")); if ($content) { - $content .= "
". l(t("more"), "forum") ."
"; + $content .= "
". l(t("more"), "forum", array("title" => t("Read the latest forum topics."))) ."
"; } cache_set("forum:block", $content, time() + variable_get("cache_clear", 120)); -- cgit v1.2.3