X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Ffooter.inc;h=512b0412a6e5322a69806b21d501df2b4ba7a420;hb=75564761d1429129282bd04ab00575c5e80fe4c2;hp=633a0fb7d823367e7731d1c1a5cd73045fad67c3;hpb=b5290bacccd3388d097dc01a2c6a2762b9ee4e57;p=fa-stable.git diff --git a/includes/page/footer.inc b/includes/page/footer.inc index 633a0fb7..512b0412 100644 --- a/includes/page/footer.inc +++ b/includes/page/footer.inc @@ -13,6 +13,9 @@ function page_footer($no_menu=false, $is_index=false) { global $path_to_root, $js_lib, $Validate, $Editors, $Ajax, $sql_queries; + $page_header_args = func_get_args(); + hook_invoke_all('pre_footer', $page_header_args); + include_once($path_to_root."/themes/".user_theme()."/renderer.php"); $rend = new renderer(); $rend->menu_footer($no_menu, $is_index); @@ -20,7 +23,7 @@ function page_footer($no_menu=false, $is_index=false) $edits = "editors = ".$Ajax->php2js($Editors).";"; $Ajax->addScript('editors', $edits); - echo "