From: moodler Date: Fri, 21 Jan 2005 04:58:16 +0000 (+0000) Subject: Fix help link X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=31dedddba7a20245f1be48c0e03f58c954f36371;p=moodle.git Fix help link --- 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'); + } ?>