remove project name dependency from most of the doc files to ease project merging, there are going to be some edge cases requiring manual tweaking as most of this was done by script.

This commit is contained in:
redmatrix
2015-05-13 17:59:45 -07:00
parent c82082d2bb
commit 364025e550
48 changed files with 277 additions and 277 deletions

View File

@@ -97,7 +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(
'$content' => $content
'$content' => translate_projectname($content)
));
}