Browse Source

Add hook to compose_Header() that mirrors one for displayPageHeader()

pdontthink 18 years ago
parent
commit
020b2476e2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      functions/page_header.php

+ 2 - 0
functions/page_header.php

@@ -323,4 +323,6 @@ function compose_Header($color, $mailbox, $sHeaderJs='', $sOnload = '') {
                       'alink' => $color[7]);
     echo create_body($sOnload, $class, $aAttribs);
 
+    global $null;
+    do_hook('compose_header_bottom', $null);
 }