From: pdontthink Date: Tue, 6 Feb 2007 10:04:00 +0000 (+0000) Subject: New hook page_header_bottom X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c563469239bb39337592efdf046b570462d1f565;p=squirrelmail.git New hook page_header_bottom git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12233 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/page_header.php b/functions/page_header.php index 417988df..dbccb756 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -256,6 +256,9 @@ function displayPageHeader($color, $mailbox, $sHeaderJs='', $sBodyTagJs = '') { $oTemplate->assign('startMessage', $startMessage); $oTemplate->assign('hide_sm_attributions', $hide_sm_attributions); $oTemplate->display('page_header.tpl'); + + global $null; + do_hook('page_header_bottom', $null); } /**