Additional access control related ui helpers added: check_edit_access, access_post...
[fa-stable.git] / includes / page / footer.inc
index 633a0fb7d823367e7731d1c1a5cd73045fad67c3..8ca5bcef0203567189e49c329e4a02d0c8012e9d 100644 (file)
@@ -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);
@@ -41,4 +44,3 @@ function page_footer($no_menu=false, $is_index=false)
     echo "</body></html>\n";
 }
 
-?>
\ No newline at end of file