aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Help.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-10 15:08:54 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-10 15:08:54 +0100
commitdc6455690278c40dda03247456de24a26d7cf54b (patch)
treecb7ae58c755097992dc3b67a2aee7604ff3cf834 /Zotlabs/Module/Help.php
parent0315077daf3c2d112737fb27b05abf90fc45212a (diff)
parent7237bacec03092aa6d5a774cb8d8030731919500 (diff)
downloadvolse-hubzilla-dc6455690278c40dda03247456de24a26d7cf54b.tar.gz
volse-hubzilla-dc6455690278c40dda03247456de24a26d7cf54b.tar.bz2
volse-hubzilla-dc6455690278c40dda03247456de24a26d7cf54b.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'Zotlabs/Module/Help.php')
-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
));
}