diff options
author | friendica <info@friendica.com> | 2014-02-24 20:34:51 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-24 20:34:51 +1100 |
commit | b2dc95f383c19b8a182875492f50ad5cb32256ab (patch) | |
tree | 300e73e91fe855b1d07c7110921455ef82c38b11 /mod/help.php | |
parent | 2ccff45221905981c6942f1f3064d477113e959e (diff) | |
parent | 5cc70f75a43438ad77542adf025d0ac3063b909b (diff) | |
download | volse-hubzilla-b2dc95f383c19b8a182875492f50ad5cb32256ab.tar.gz volse-hubzilla-b2dc95f383c19b8a182875492f50ad5cb32256ab.tar.bz2 volse-hubzilla-b2dc95f383c19b8a182875492f50ad5cb32256ab.zip |
Merge pull request #335 from beardy-unixer/master
Import doco from docs@friendicared.net
Diffstat (limited to 'mod/help.php')
-rw-r--r-- | mod/help.php | 3 |
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'); } |