From: moodler Date: Thu, 2 Jan 2003 10:48:01 +0000 (+0000) Subject: Use the name of the Site News forum on the front page ... instead of the X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9c2c5c5bd0e00e90e2ef1bb3bb741950e460d19e;p=moodle.git Use the name of the Site News forum on the front page ... instead of the "Site News" string ... --- 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);