瀏覽代碼

forgot to remove some comments

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

+ 3 - 3
functions/page_header.php

@@ -33,9 +33,9 @@ function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE
              $base_uri . 'themes/css/'.$custom_css.'">';
              $base_uri . 'themes/css/'.$custom_css.'">';
     }
     }
     
     
-//    if ($do_hook) {
-//       do_hook("generic_header");
-//    }
+    if ($do_hook) {
+       do_hook("generic_header");
+    }
     
     
     echo "\n<title>$title</title>$xtra</head>\n\n";
     echo "\n<title>$title</title>$xtra</head>\n\n";
 }
 }