X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fleft_main.php;h=112ad87b7aca3dc1a961b526acf28b002e0a17f4;hb=6b6381715922c24dc8664cc62464096814d6a291;hp=0e6ef6c7b09cc2d687a3b13629ae3002d08f7c0d;hpb=24fc5dd2a66bd6fa6c3885f0222b87379b5644b1;p=squirrelmail.git diff --git a/src/left_main.php b/src/left_main.php index 0e6ef6c7..112ad87b 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -29,7 +29,8 @@ include("../functions/page_header.php"); if (!isset($i18n_php)) include("../functions/i18n.php"); - + if (!isset($plugin_php)) + include("../functions/plugin.php"); displayHtmlHeader(); @@ -113,6 +114,8 @@ echo "\n\n\n"; + do_hook("left_main_before"); + $boxes = sqimap_mailbox_list($imapConnection); echo "
"; @@ -145,7 +148,7 @@ } echo "\n$line
\n"; } - sqimap_logout($imapConnection); + do_hook("left_main_after"); ?>