Bring /help in line with the rest of the app

This commit is contained in:
Mario Vavti
2015-06-22 14:02:14 +02:00
parent 0ad71b3efa
commit a4775aab9b
5 changed files with 29 additions and 29 deletions

View File

@@ -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)
));