瀏覽代碼

New hook page_header_bottom

pdontthink 18 年之前
父節點
當前提交
b64bd252c7
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      functions/page_header.php

+ 3 - 0
functions/page_header.php

@@ -256,6 +256,9 @@ function displayPageHeader($color, $mailbox, $sHeaderJs='', $sBodyTagJs = '') {
     $oTemplate->assign('startMessage', $startMessage);
     $oTemplate->assign('startMessage', $startMessage);
     $oTemplate->assign('hide_sm_attributions', $hide_sm_attributions);
     $oTemplate->assign('hide_sm_attributions', $hide_sm_attributions);
     $oTemplate->display('page_header.tpl');
     $oTemplate->display('page_header.tpl');
+
+    global $null;
+    do_hook('page_header_bottom', $null);
 }
 }
 
 
 /**
 /**