X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Ffooter.inc;h=da53a925c1e93e63cdafa7b45aa078d10142f5d0;hb=f018643dc04ce130f1729e16a65458af443308a0;hp=0ba9b52a1f56f18bbe0bc39890228f42c0dfd4a9;hpb=ce2a1cae35df4f60c3b993d79cb9eb65cb2cb82e;p=fa-stable.git diff --git a/includes/page/footer.inc b/includes/page/footer.inc index 0ba9b52a..da53a925 100644 --- a/includes/page/footer.inc +++ b/includes/page/footer.inc @@ -11,7 +11,7 @@ ***********************************************************************/ function page_footer($no_menu=false, $is_index=false) { - global $path_to_root, $js_lib, $Validate; + global $path_to_root, $js_lib, $Validate, $Editors; if (in_ajax()) return;// just for speed up @@ -21,9 +21,11 @@ function page_footer($no_menu=false, $is_index=false) include_once($path_to_root."/themes/".user_theme()."/renderer.php"); $rend = new renderer(); $rend->menu_footer($no_menu, $is_index); + echo ""; add_user_js_data(); @@ -31,7 +33,6 @@ function page_footer($no_menu=false, $is_index=false) foreach($js_lib as $text) echo $text; - echo "\n-->\n"; echo "\n"; }