X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Ffooter.inc;h=a105d75503e87c71d5736e9a713f0cca410e7dcc;hb=231addc23887aa8b906dca18ea0b2a6fe63c3c39;hp=a47038e834fe24373793dc280f44ea54a91329a0;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/includes/page/footer.inc b/includes/page/footer.inc index a47038e8..a105d755 100644 --- a/includes/page/footer.inc +++ b/includes/page/footer.inc @@ -1,17 +1,17 @@ . + See the License here . ***********************************************************************/ function page_footer($no_menu=false, $is_index=false) { - global $path_to_root; + global $path_to_root, $js_lib; if (in_ajax()) return;// just for speed up @@ -21,6 +21,15 @@ 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(); + echo "\n\n"; echo "\n"; }