X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Fheader.inc;h=197f27fb3c3955b3a738c62387daf31bea6f0273;hb=9b413697aa4ca30f7f336dbf5fd04bf8caf2bc43;hp=6abf7c93617ee1d2cc8eda5169e91145b5c465c9;hpb=d567a10b7925c8bb97c734e213d6651a979af29d;p=fa-stable.git diff --git a/includes/page/header.inc b/includes/page/header.inc index 6abf7c93..197f27fb 100644 --- a/includes/page/header.inc +++ b/includes/page/header.inc @@ -41,8 +41,6 @@ function send_scripts() global $js_lib, $js_static, $js_path, $js_userlib, $comp_path, $path_to_root, $go_debug; - add_user_js_data(); - $js =''; foreach($js_static as $jsfile) { @@ -60,10 +58,6 @@ function send_scripts() $jsfile . '">'; } - foreach($js_lib as $text) - { - $js .= $text; - } echo $js; } @@ -75,6 +69,11 @@ function page_header($title, $no_menu=false, $is_index=false, $onload="", $js="" if (in_ajax()) return; // just for speed up +// $jsext = substr_replace($_SERVER['PHP_SELF'], '.js', -4); + +// if (file_exists($_SERVER['DOCUMENT_ROOT'].$jsext)) +// add_js_ufile($jsext); + $theme = user_theme(); $local_path_to_root = $path_to_root;