git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3082
7612ce4b-ef26-0410-bec9-
ea0150e637f0
- Right to left languages implementation initiated
- Enable people with file_uploads = off to still send mail. Patch from Seth
E. Randall.
-
+ - Moved the generic_header hook back to page_header.php. bug #554278
Version 1.2.7 -- CVS
--------------------
echo '<LINK REL="stylesheet" TYPE="text/css" HREF="' .
$base_uri . 'themes/css/'.$custom_css.'">';
}
+
+ if ($do_hook) {
+ do_hook ("generic_header");
+ }
echo "\n<title>$title</title>$xtra</head>\n\n";
}
}
global $color;
-if( isset($do_hook) && $do_hook ) {
+/* if( isset($do_hook) && $do_hook ) {
do_hook ("generic_header");
-}
+}*/
sqimap_mailbox_select($imapConnection, $mailbox);