From 148ee1efcbaf37f9ee8256eb150af4c5b5728d93 Mon Sep 17 00:00:00 2001 From: jmunro Date: Wed, 28 Aug 2002 07:38:07 +0000 Subject: [PATCH] webmail top hook git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3487 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/webmail.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webmail.php b/src/webmail.php index 1f1362da..04660641 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -29,6 +29,8 @@ $base_uri = sqm_baseuri(); session_start(); is_logged_in(); +do_hook('webmail_top'); + /** * We'll need this to later have a noframes version * -- 2.25.1