From a4775aab9b823523dd91246cbbb7fec3375b214d Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 22 Jun 2015 14:02:14 +0200 Subject: Bring /help in line with the rest of the app --- mod/help.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod') 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) )); -- cgit v1.2.3