X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Fheader.inc;h=9bff3d2f391710be748f72f5b3e34a86c18eb367;hb=0bf933423b9645bcb57390c478d4fdaf0c895049;hp=bb8fbd3102c07f94789ec95fae215d906f3be766;hpb=d2cc0860eccf02eaefcd90731ac3af141a841529;p=fa-stable.git diff --git a/includes/page/header.inc b/includes/page/header.inc index bb8fbd31..9bff3d2f 100644 --- a/includes/page/header.inc +++ b/includes/page/header.inc @@ -40,7 +40,9 @@ function help_url($context=null) if ($clean) $help_page_url = access_string($help_page_url, true); - return $help_base_url.urlencode(str_replace(' ', '', ucwords($help_page_url))).'&lang='.$country; + return $help_base_url + .urlencode(strtr(ucwords($help_page_url), array(' '=>'', '/'=>'', '&'=>'And'))) + .'&ctxhelp=1&lang='.$country; } function send_scripts()