added a bunch more hooks
[squirrelmail.git] / src / right_main.php
index 636ff5b11001da5cf2be233dc467bdf2ffe0a7f4..8db65bc666fbaeef84aa1047d794ae6c086ef9c9 100644 (file)
@@ -74,6 +74,8 @@
    sqimap_mailbox_select($imapConnection, $mailbox);
    displayPageHeader($color, $mailbox);
 
+   do_hook("right_main_after_header");
+   
    if ($just_logged_in == 1 && strlen(trim($motd)) > 0) {
       echo "<center><br>";
       echo "<table width=70% cellpadding=0 cellspacing=0 border=0><tr><td bgcolor=\"$color[9]\">";
       session_register("numMessages");
    }
 
+   do_hook("right_main_bottom");
    // close the connection
    sqimap_logout ($imapConnection);
 ?>