fixed select all bug with spaces in folder name
[squirrelmail.git] / doc / plugin.txt
index 60a44f5ca0541373b41f4d4812ee172fd5edbb12..7236006cf115ecdda66931653ed213f639f6dc18 100644 (file)
@@ -116,8 +116,11 @@ 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
+  read_body_header                src/read_body.php
   search_before_form              src/search.php
   search_after_form               src/search.php
   search_bottom                   src/search.php
@@ -229,4 +232,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
+