Hello,
When I try to log in I see this?
Warning: Cannot modify header information - headers already sent by (output started at /home/nihn.nl/www/wp-content/themes/wordpress-blue/functions.php:2) in /home/nihn.nl/www/wp-includes/pluggable.php on line 890
Familiar to somebody?
do you have any blank lines above the <?php at the top of the file, or below the ?> at the bottom?
Or I had two blocks of php on my site like
<?php
code
?>
one blank line here
<?php
code
?>
and that blank line botched my site. No blank lines above, below, or in between the php in your themes functions.php
in your case....I'd think it was that there is a blank line at the top of the file