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:
@@ -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
|
||||
));
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user