diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-06-22 14:02:14 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-06-22 14:02:14 +0200 |
commit | a4775aab9b823523dd91246cbbb7fec3375b214d (patch) | |
tree | b30f65eb2f05b9a66b9b49bca11ac1229bb16c6f /mod | |
parent | 0ad71b3efa7de4eb1f4313ffe4562ec83743bdc1 (diff) | |
download | volse-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.php | 1 |
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) )); |