aboutsummaryrefslogtreecommitdiffstats
path: root/mod/help.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/help.php')
-rw-r--r--mod/help.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/help.php b/mod/help.php
index a4ccd1cfe..bbfeb9a6c 100644
--- a/mod/help.php
+++ b/mod/help.php
@@ -60,7 +60,8 @@ function help_content(&$a) {
$a->page['title'] = t('Help');
}
if(! $text) {
- $text = load_doc_file('doc/Home.md');
+ $doctype = 'bbcode';
+ $text = load_doc_file('doc/main.bb');
$a->page['title'] = t('Help');
}