From e2d41062750f9773d3f3bff8bf57d2821de47a5b Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 10 May 2004 18:14:49 +0000 Subject: [PATCH] Wasting time with tweaks --- mod/forum/lib.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 3b6f017dba..16ee04572d 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -2155,7 +2155,12 @@ function forum_print_latest_discussions($forum_id=0, $forum_numdiscussions=5, } if ($olddiscussionlink) { - echo "

wwwroot/mod/forum/view.php?f=$forum->id&showall=1\">"; + if ($forum_style == "minimal") { + echo '

'; + } else { + echo '

'; + } + echo "wwwroot/mod/forum/view.php?f=$forum->id&showall=1\">"; echo get_string("olderdiscussions", "forum")." ...

"; } } -- 2.39.5