X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Ffooter.inc;h=a105d75503e87c71d5736e9a713f0cca410e7dcc;hb=231addc23887aa8b906dca18ea0b2a6fe63c3c39;hp=d597ab3bc11e60bd138ec95bd233e4adcf86c8cb;hpb=0d469b61b73c9fff2c428eb042d346587f62aac9;p=fa-stable.git diff --git a/includes/page/footer.inc b/includes/page/footer.inc index d597ab3b..a105d755 100644 --- a/includes/page/footer.inc +++ b/includes/page/footer.inc @@ -1,17 +1,35 @@ . +***********************************************************************/ 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 - if (function_exists('hyperlink_back')) + if (!$is_index && function_exists('hyperlink_back')) hyperlink_back(); 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"; }