Make bbcode the default doco ready for the next commit

This commit is contained in:
Thomas Willingham 2014-02-24 05:11:56 +00:00
parent 2ccff45221
commit 8284901f9e

View File

@ -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');
}