forgot to remove some comments
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 25 Jul 2002 18:41:11 +0000 (18:41 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 25 Jul 2002 18:41:11 +0000 (18:41 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3136 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/page_header.php

index 96656a0f4e2e28fcb23063b8b360aebd724c6556..e49ebd81c697dcccf4de8ab9d2864ef8658253ed 100644 (file)
@@ -33,9 +33,9 @@ function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE
              $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";
 }