Make bbcode the default doco ready for the next commit
This commit is contained in:
parent
2ccff45221
commit
8284901f9e
@ -60,7 +60,8 @@ function help_content(&$a) {
|
|||||||
$a->page['title'] = t('Help');
|
$a->page['title'] = t('Help');
|
||||||
}
|
}
|
||||||
if(! $text) {
|
if(! $text) {
|
||||||
$text = load_doc_file('doc/Home.md');
|
$doctype = 'bbcode';
|
||||||
|
$text = load_doc_file('doc/main.bb');
|
||||||
$a->page['title'] = t('Help');
|
$a->page['title'] = t('Help');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user