Exemple #1
0
							</div><!-- /.span12 -->
						</div><!-- /#header-image -->

					<?php 
} else {
    ?>

						<div id="hgroup" class="clearfix">

							<div id="logo">

								<?php 
    // If a logo has been set in the Standard Presentation options, display it
    ?>
								<?php 
    if (standard_has_logo()) {
        ?>

									<a href="<?php 
        echo esc_url(home_url('/'));
        ?>
" title="<?php 
        bloginfo('name');
        ?>
" rel="home">
										<img src="<?php 
        echo $presentation_options['logo'];
        ?>
" alt="<?php 
        bloginfo('name');
        ?>
?>
					
					<?php 
// If a user has uploaded a header image, display the header container
?>
					<?php 
if ('imageyup' == $head_class && !empty($header_image)) {
    ?>
						<div id="header-image" class="row-fluid">
							<div class="span12">
								
								<?php 
    // If the user has uploaded a logo or has uploaded header text, we need only to display the image
    ?>
								<?php 
    if (standard_has_logo() || standard_has_header_text()) {
        ?>
	
									<?php 
        // Show the header image based on which version of WordPress is running
        ?>
									<?php 
        if (standard_is_on_wp34()) {
            ?>
										<img src="<?php 
            esc_url(header_image());
            ?>
" width="<?php 
            echo get_custom_header()->width;
            ?>
" height="<?php