sidebar table of contents for help hierarchies; note that these should probably be html due to extraneous linefeeds you might find in bbcode or markdown

This commit is contained in:
redmatrix
2016-09-04 18:35:06 -07:00
parent a3171cd429
commit ecb44ad572
4 changed files with 60 additions and 31 deletions

View File

@@ -55,7 +55,7 @@ class Help extends \Zotlabs\Web\Controller {
return replace_macros(get_markup_template("help.tpl"), array(
'$title' => t('$Projectname Documentation'),
'$content' => translate_projectname($content)
'$content' => $content
));
}