X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Fheader.inc;h=ec80dc160973052d407325a37d60e7e951cc453c;hb=09f11ae8dda656ddc48b3d6916f34b93033d9136;hp=793adc030678f06265548dc5768dde38a5810a45;hpb=a2ae0e35302270ae811db2e6acb44c16b186a970;p=fa-stable.git diff --git a/includes/page/header.inc b/includes/page/header.inc index 793adc03..ec80dc16 100644 --- a/includes/page/header.inc +++ b/includes/page/header.inc @@ -45,6 +45,22 @@ function help_url($context=null) .'&ctxhelp=1&lang='.$country, ENT_QUOTES); } +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 $SysPrefs, $path_to_root, $js_static, $js_path, $js_userlib; @@ -125,10 +141,9 @@ function page_header($title, $no_menu=false, $is_index=false, $onload="", $js="" if (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7.0; rv:11.0') != -1) // IE 11 doesn't work with input file type in form. echo "\n"; echo ""; - echo " \n"; - echo " \n"; - if ($css) - echo ''; + echo " \n"; + + send_css($css); send_scripts();