Hi, the wordpress header on my site is not loading. It used to work but after some problems with vps its not.

Here is my code from the header:
Code: 
<?php global $zbench_options; ?>
<div id="wrapper"<?php if($zbench_options['left_sidebar']==TRUE) echo ' class="LorR"'; ?>>
<div id="header"><?php $logo=''; if($zbench_options['logo_url']!='') $logo=' class="header_logo" style="background:url('.$zbench_options['logo_url'].') no-repeat 0 0"'; ?>
<h1<?php if($zbench_options['hide_title']!='') echo ' class="hidden"'; ?>><a href="<?php echo home_url('/'); ?>"<?php if($logo) echo $logo; ?>><?php bloginfo('name'); ?></a></h1>
		<h2<?php if($logo || $zbench_options['hide_title']!='') echo ' class="hidden"'; ?>><?php bloginfo('description');?></h2>
		<div class="clear"></div>
		<?php if ( get_header_image() != '' ) : ?>
		<div id="header_image">
			<div id="header_image_border">
				<a href="<?php if($zbench_options['header_image_url']!='') { echo $zbench_options['header_image_url']; } else { echo home_url('/'); } ?>"><img src="<?php header_image(); ?>" width="<?php echo HEADER_IMAGE_WIDTH; ?>" height="<?php echo HEADER_IMAGE_HEIGHT; ?>" alt="" /></a>
			</div>
		</div>
		<?php endif; ?>
	</div>
Here is a screen from WP admin panel:



Thank you for any advice..
weena Reviewed by weena on . Wordpress Header not loading Hi, the wordpress header on my site is not loading. It used to work but after some problems with vps its not. Here is my code from the header: <?php global $zbench_options; ?> <div id="wrapper"<?php if($zbench_options==TRUE) echo ' class="LorR"'; ?>> <div id="header"><?php $logo=''; if($zbench_options!='') $logo=' class="header_logo" style="background:url('.$zbench_options.') no-repeat 0 0"'; ?> <h1<?php if($zbench_options!='') echo ' class="hidden"'; ?>><a href="<?php echo Rating: 5