File: /home/heewonvps_17/drug-injury-lawyer.com/wp-content/themes/master/page.php
<?php get_header();?>
<div id="container">
<div id="content">
<?php if (is_front_page()) { ?>
<div id="content-banner">
<div class="banner-item">
<img src="<?php bloginfo('template_url'); ?>/images/content-banner1.jpg" alt="" />
<div class="banner-menu">
<a class="mid-banner" href="/defective-drugs-overview/">DEFECTIVE<br />
DRUGS</a>
<?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
<div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyten' ); ?>"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div>
<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'contentMenu1' ) ); ?>
</div><!-- #banner-menu 1/2-->
</div><!-- #banner-item 1/2 -->
<div class="banner-item">
<img src="<?php bloginfo('template_url'); ?>/images/content-banner2.jpg" alt="" />
<div class="banner-menu">
<a class="mid-banner" href="/defective-medical-devices/">DEFECTIVE<br />
MEDICAL DEVICES</a>
<?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
<div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyten' ); ?>"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div>
<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'contentMenu2' ) ); ?>
</div><!-- #banner-menu 2/2 -->
</div><!-- #banner-item 2/2 -->
</div><!-- #content-banner -->
<div style="position: relative; z-index: -1; width: 100%; height: 120px;"> </div><!-- Filler for front page -->
<?php } ?>
<?php
/* Run the loop to output the page.
* If you want to overload this in a child theme then include a file
* called loop-page.php and that will be used instead.
*/
get_template_part( 'loop', 'page' );
?>
</div><!-- #content -->
<?php if ($_SESSION['which_page'] != 'mobile') : ?>
<div id="sidebar">
<?php get_sidebar(); ?>
</div><!-- #sidebar -->
<div class="clear"> </div>
<?php endif; ?>
</div><!-- container -->
<?php get_footer(); ?>