From c563469239bb39337592efdf046b570462d1f565 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 6 Feb 2007 10:04:00 +0000 Subject: [PATCH] New hook page_header_bottom git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12233 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 3 +++ 1 file changed, 3 insertions(+) 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); } /** -- 2.25.1