aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2016-12-10 15:06:10 +0100
committerGitHub <noreply@github.com>2016-12-10 15:06:10 +0100
commit7237bacec03092aa6d5a774cb8d8030731919500 (patch)
tree352221ce29bc7ed8370276d75df24c976f091121 /Zotlabs/Module
parent9bf8e891922a302b3c50c320b18070b9c3064ceb (diff)
parent6668fe02aaa00e7b89af6d22bc9ae2781c756f39 (diff)
downloadvolse-hubzilla-7237bacec03092aa6d5a774cb8d8030731919500.tar.gz
volse-hubzilla-7237bacec03092aa6d5a774cb8d8030731919500.tar.bz2
volse-hubzilla-7237bacec03092aa6d5a774cb8d8030731919500.zip
Merge pull request #617 from anaqreon/doco
Only display h1 headings in sticky side nav. Toggle display of detail…
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Help.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Help.php b/Zotlabs/Module/Help.php
index 27d94e405..9d6e421e5 100644
--- a/Zotlabs/Module/Help.php
+++ b/Zotlabs/Module/Help.php
@@ -80,6 +80,7 @@ class Help extends \Zotlabs\Web\Controller {
return replace_macros(get_markup_template('help.tpl'), array(
'$title' => t('$Projectname Documentation'),
+ '$tocHeading' => t('Contents'),
'$content' => $content
));
}