From 9c2c5c5bd0e00e90e2ef1bb3bb741950e460d19e Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 2 Jan 2003 10:48:01 +0000 Subject: [PATCH] Use the name of the Site News forum on the front page ... instead of the "Site News" string ... --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 3535e0a01e..a3de87b784 100644 --- a/index.php +++ b/index.php @@ -96,12 +96,12 @@ $subtext = get_string("subscribe", "forum"); } $headertext = " - +
".get_string("sitenews")."$newsforum->name id\">$subtext
"; } else { - $headertext = get_string("sitenews"); + $headertext = $newsforum->name; } print_heading_block($headertext); print_spacer(8,1); -- 2.39.5