X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Ffooter.inc;h=29900c7deb97201d5c15216dfb88317d117297c8;hb=6cbea1ade0d5507f4213644275dff658864db99a;hp=2ce07a2947590d17668d0cffe02fa40e9141cabb;hpb=d567a10b7925c8bb97c734e213d6651a979af29d;p=fa-stable.git diff --git a/includes/page/footer.inc b/includes/page/footer.inc index 2ce07a29..29900c7d 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; + global $path_to_root, $js_lib; if (in_ajax()) return;// just for speed up @@ -21,6 +21,14 @@ 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); + + add_user_js_data(); + echo "\n\n"; echo "\n"; }