Added pre_header and pre_footer hooks.
[fa-stable.git] / includes / hooks.inc
index 515bcccf3c9f72a22f4bbf79439a3d1a4973c2b8..cde3f34a9471e5af9603245e3f491abfad8b96b5 100644 (file)
@@ -93,6 +93,19 @@ class hooks {
 //             return array($security_areas, $security_sections);
        }
 
+       //
+       //      Invoked for all modules before page header is displayed
+       //
+       function pre_header($fun_args)
+       {
+       }
+       //
+       //      Invoked for all modules before page footer is displayed
+       //
+       function pre_footer($fun_args)
+       {
+       }
+
        //
        // Price in words. $doc_type is set to document type and can be used to suppress 
        // price in words printing for selected document types.