From 31dedddba7a20245f1be48c0e03f58c954f36371 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 21 Jan 2005 04:58:16 +0000 Subject: [PATCH] Fix help link --- mod/forum/mod.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mod/forum/mod.html b/mod/forum/mod.html index 0e251c53c9..cff981a64a 100644 --- a/mod/forum/mod.html +++ b/mod/forum/mod.html @@ -78,8 +78,11 @@ echo '
'; helpbutton('questions', get_string('helpquestions'), 'moodle', true, true); echo '
'; - emoticonhelpbutton('form', 'intro'); - echo '
'; + if ($usehtmleditor) { + helpbutton('richtext', get_string('helprichtext'), 'moodle', true, true); + } else { + emoticonhelpbutton('form', 'intro'); + } ?> -- 2.39.5