From 237470b44a27009d8bf557936b24ec31e53b23f3 Mon Sep 17 00:00:00 2001 From: stekkel Date: Thu, 25 Jul 2002 18:41:11 +0000 Subject: [PATCH] forgot to remove some comments git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3136 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/page_header.php b/functions/page_header.php index 96656a0f..e49ebd81 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -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$xtra\n\n"; } -- 2.25.1