New report included in core, Costed Inventory Movement Report (rep308.php).
[fa-stable.git] / includes / page / footer.inc
index 68f76f35ef0c0696424b66d4cd2867f9928dee36..e3d4c261045a26918a3f341e9b1ac2d6fe03872e 100644 (file)
@@ -9,10 +9,13 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
-function page_footer($no_menu=false, $is_index=false, $hide_back_link=false)
+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);