File "header.inc.php"
Full path: /home5/hallettsvillepow/public_html/wp-content/themes/flexsqueeze151/includes/header.inc.php
File
size: 1.96 KB B
MIME-type: text/html; charset=us-ascii
Charset: utf-8
Download Open Edit Advanced Editor Back
<div id="header"<?php if(get_post_meta($post->ID, 'customheader', true)) { echo ' style="background: url(' . get_post_meta($post->ID, 'customheader', true) . ') no-repeat center top;'; if(get_post_meta($post->ID, 'customheaderheight', true)) { echo ' height: ' . get_post_meta($post->ID, 'customheaderheight', true) . 'px;';} echo '"';}?>>
<?php if (get_option('flex_search_visibility') == "yes" || !get_option('flex_search_visibility')) { ?>
<?php get_template_part( 'headersearchform'); ?>
<?php } ?><?php if ((get_option('flex_blog_logo') == "" || get_option('flex_title_seo') == "yes") && get_option('flex_title_show') != "no" || !get_option('flex_title_show')) { ?>
<?php if (is_front_page()) { echo '<h1>'; } else { echo '<h3>'; }?><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a><?php if (is_front_page()) { echo '</h1>'; } else { echo '</h3>'; }?>
<?php if (get_option('flex_title_show') == "yes") { ?>
<p class="tagline"><?php bloginfo('description'); ?></p>
<?php } ?>
<?php } ?>
<?php if (get_option('flex_blog_logo')) { ?>
<a href="<?php echo get_option('home'); ?>/"><img id="logo" src='<?php echo get_option('flex_blog_logo'); ?>' alt="" style="float:left;" /></a>
<?php } ?>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Header') )?>
<?php if (get_option('flex_subrss_visibility') == "yes") { ?>
<div id="rssfeeds"> <a href="<?php if (get_option('flex_email_address')) { echo get_option('flex_email_address'); } else { bloginfo_rss('rss2_url');} ?>"><img id="rssicon" src="<?php bloginfo('template_url'); ?>/images/rssicons/<?php echo get_option('flex_rss_icon'); ?>.png" alt="Subscribe to RSS" /></a>
<p>Subscribe via
<?php if (get_option('flex_email_address')) { ?>
<a href="<?php echo get_option('flex_email_address'); ?>">Email</a></p>
<?php } else { ?>
<a href="<?php bloginfo_rss('rss2_url'); ?>">RSS</a>
</p>
<?php } ?>
</div>
<?php } ?>
</div>