aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-06-22 14:02:14 +0200
committerMario Vavti <mario@mariovavti.com>2015-06-22 14:02:14 +0200
commita4775aab9b823523dd91246cbbb7fec3375b214d (patch)
treeb30f65eb2f05b9a66b9b49bca11ac1229bb16c6f /mod
parent0ad71b3efa7de4eb1f4313ffe4562ec83743bdc1 (diff)
downloadvolse-hubzilla-a4775aab9b823523dd91246cbbb7fec3375b214d.tar.gz
volse-hubzilla-a4775aab9b823523dd91246cbbb7fec3375b214d.tar.bz2
volse-hubzilla-a4775aab9b823523dd91246cbbb7fec3375b214d.zip
Bring /help in line with the rest of the app
Diffstat (limited to 'mod')
-rw-r--r--mod/help.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/help.php b/mod/help.php
index 3d7c0a628..694b356aa 100644
--- a/mod/help.php
+++ b/mod/help.php
@@ -97,6 +97,7 @@ function help_content(&$a) {
$content = preg_replace_callback("/#include (.*?)\;/ism", 'preg_callback_help_include', $content);
return replace_macros(get_markup_template("help.tpl"), array(
+ '$title' => t('$Projectname Documentation'),
'$content' => translate_projectname($content)
));