X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Ffooter.inc;h=23318932abfc68376ad4f2f4d76043fb29b59f23;hb=3613e32ad573d5faccb974a421702bdd87583878;hp=d597ab3bc11e60bd138ec95bd233e4adcf86c8cb;hpb=0d469b61b73c9fff2c428eb042d346587f62aac9;p=fa-stable.git diff --git a/includes/page/footer.inc b/includes/page/footer.inc index d597ab3b..23318932 100644 --- a/includes/page/footer.inc +++ b/includes/page/footer.inc @@ -1,17 +1,37 @@ . +***********************************************************************/ +function page_footer($no_menu=false, $is_index=false, $hide_back_link=false) { - global $path_to_root; - - if (in_ajax()) - return;// just for speed up + global $path_to_root, $js_lib, $Validate, $Editors, $Ajax; - if (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); + + $edits = "editors = ".$Ajax->php2js($Editors).";"; + $Ajax->addScript('editors', $edits); + + echo ""; + + add_user_js_data(); + echo "\n\n"; echo "\n"; }