Added html_top and html_bottom hooks to read_body for compression plugin
[squirrelmail.git] / doc / plugin.txt
index 60a44f5ca0541373b41f4d4812ee172fd5edbb12..1031e0ca8a0c6dbbefa86b755000463400500e02 100644 (file)
@@ -116,8 +116,10 @@ List of hooks
   right_main_bottom               src/right_main.php
   login_top                       src/login.php
   login_bottom                    src/login.php
+  html_top                        src/read_body.php
   read_body_top                   src/read_body.php
   read_body_bottom                src/read_body.php
+  html_bottom                     src/read_body.php
   search_before_form              src/search.php
   search_after_form               src/search.php
   search_bottom                   src/search.php
@@ -229,4 +231,4 @@ To set up links for actions, you assign them like this:
   
   $Args[1]['your_plugin_name']['href'] = 'URL to link to';
   $Args[1]['your_plugin_name']['text'] = 'What to display';
-    
\ No newline at end of file
+