From: moodler Date: Mon, 26 Jan 2004 09:48:20 +0000 (+0000) Subject: MOds to use dividers between sections X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ef6a649b72495187eb7e0f7a9bc7eb5fb69dcb7e;p=moodle.git MOds to use dividers between sections --- diff --git a/mod/forum/index.php b/mod/forum/index.php index 97dbe3159e..1267a36991 100644 --- a/mod/forum/index.php +++ b/mod/forum/index.php @@ -90,6 +90,7 @@ $forum->intro = forum_shorten_post($forum->intro); replace_smilies($forum->intro); + $forum->intro = "$forum->intro"; if (!$forum->section) { // forums in the "0" section => generaltable $generalforums[] = $forum; @@ -98,6 +99,9 @@ if ($forum->section != $currentsection) { $printsection = $forum->section; + if ($currentsection) { + $learningtable->data[] = 'hr'; + } $currentsection = $forum->section; } else { $printsection = "";