Added addressbook_bottom hook.
[squirrelmail.git] / doc / plugin.txt
index 99e5998d4cd4a783657f0a70e8b75fbbca88ee5a..b9342de1633e3b47f2c9b1d070e8f8bab55265c2 100644 (file)
@@ -79,18 +79,36 @@ List of hooks
   generic_header                 functions/page_header.php
   menuline                       functions/page_header.php
   compose_button_row             src/compose.php
+  compose_bottom                 src/compose.php
   left_main_before               src/left_main.php
   left_main_after                src/left_main.php
   options_save                   src/options.php  (see note on options)
   options_link_and_description   src/options.php  (see note on options)
+  options_highlight_bottom       src/options_highlight.php
+  options_personal_bottom        src/options_personal.php
+  options_display_bottom         src/options_display.php
+  options_folders_bottom         src/options_folders.php
   logout                         src/signout.php
   login_before                   src/webmail.php
   login_verified                 src/webmail.php
   loading_prefs                  src/load_prefs.php
   mailbox_index_before           functions/mailbox_display.php
   mailbox_index_after            functions/mailbox_display.php
-
-
+  right_main_after_header        src/right_main.php
+  right_main_bottom              src/right_main.php
+  login_top                      src/login.php
+  login_bottom                   src/login.php
+  read_body_top                  src/read_body.php
+  read_body_bottom               src/read_body.php
+  search_before_form             src/search.php
+  search_after_form              src/search.php
+  search_bottom                  src/search.php
+  help_top                       src/help.php
+  help_bottom                    src/help.php
+  help_chapter                   src/help.php
+  abook_html_search_below        src/addrbook_search_html.php
+  addressbook_bottom            src/addressbook.php
+   
 Options
 -------