X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Fheader.inc;h=8db8fe9ba5ae8f3b42cbea08022b42b6e48bd558;hb=e685a94465fe8f26c8ff3789242b43c1c20054cf;hp=61c155855b3f21953b69108df06ebe09ff5ef490;hpb=a3d4d43e85917835a61b9b85b3e56c53e9d0e342;p=fa-stable.git diff --git a/includes/page/header.inc b/includes/page/header.inc index 61c15585..8db8fe9b 100644 --- a/includes/page/header.inc +++ b/includes/page/header.inc @@ -15,7 +15,7 @@ function help_url($context=null) { - global $help_base_url, $help_context, $old_style_help; + global $SysPrefs, $help_context; $country = $_SESSION['language']->code; $clean = 0; @@ -34,20 +34,37 @@ function help_url($context=null) $clean = 1; } - if (@$old_style_help) + if (@$SysPrefs->old_style_help) $help_page_url = _($help_page_url); if ($clean) $help_page_url = access_string($help_page_url, true); - return $help_base_url + return html_specials_encode( + $SysPrefs->help_base_url .urlencode(strtr(ucwords($help_page_url), array(' '=>'', '/'=>'', '&'=>'And'))) - .'&ctxhelp=1&lang='.$country; + .'&ctxhelp=1&lang='.$country); +} + +function send_css($css = '') +{ + global $css_files; + + css_files_ensure_init(); + + foreach ($css_files as $css_file) + { + echo " \n"; + } + if ($css) + { + echo " \n"; + } } function send_scripts() { - global $js_static, $js_path, $js_userlib, $path_to_root, $go_debug; + global $SysPrefs, $path_to_root, $js_static, $js_path, $js_userlib; $js =''; foreach($js_static as $jsfile) @@ -55,7 +72,7 @@ function send_scripts() $cached_name = basename($jsfile); $fpath = user_js_cache().'/'.$cached_name; // compress also static files - if (!file_exists($fpath) || $go_debug) + if (!file_exists($fpath) || $SysPrefs->go_debug) cache_js_file($fpath, file_get_contents($js_path.$jsfile)); $js .= '