section and everything up till
* * @package WordPress * @subpackage Boilerplate * @since Boilerplate 1.0 */ ?> > <?php /* * Print the <title> tag based on what is being viewed. * We filter the output of wp_title() a bit -- see * boilerplate_filter_wp_title() in functions.php. */ wp_title( '|', true, 'right' ); ?> * tag of your theme, or you will break many plugins, which * generally use this hook to add elements to such * as styles, scripts, and meta tags. */ wp_head(); ?> >

ID ) && ( /* $src, $width, $height */ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), array( HEADER_IMAGE_WIDTH, HEADER_IMAGE_WIDTH ) ) ) && $image[1] >= HEADER_IMAGE_WIDTH ) { echo get_the_post_thumbnail( $post->ID, 'post-thumbnail' ); } else { ?>
'menu-header', 'theme_location' => 'primary' ) ); ?>