HEX
Server: Apache
System: Linux vps28526 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
User: heewonvps_17 (6705002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/heewonvps_17/drug-injury-lawyer.com/wp-content/themes/master/18march2016_header.php
<?php
/**
 * The Header for our theme.
 *
 * Displays all of the <head> section and everything up till <div id="main">
 *
 * @package WordPress
 * @subpackage Master Theme
 */
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title><?php
	/*
	 * Print the <title> tag based on what is being viewed.
	 */
	global $page, $paged;

	wp_title( '|', true, 'right' );

	// Add the blog name.
	bloginfo( 'name' );

	// Add the blog description for the home/front page.
	$site_description = get_bloginfo( 'description', 'display' );
	if ( $site_description && ( is_home() || is_front_page() ) )
		echo " | $site_description";
?></title>

	<link rel="alternate" type="application/rss+xml" title="Site Feed" href="/feed/" />			
	<link rel="profile" href="http://gmpg.org/xfn/11" />
	<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
	<link href='http://fonts.googleapis.com/css?family=Coda+Caption:800' rel='stylesheet' type='text/css'>
	<link href='http://fonts.googleapis.com/css?family=Syncopate' rel='stylesheet' type='text/css'>
	<link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
	<link href='http://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>
	<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/slideshow.js"></script>

<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php
	/* We add some JavaScript to pages with the comment form
	 * to support sites with threaded comments (when in use).
	 */
	if ( is_singular() && get_option( 'thread_comments' ) )
		wp_enqueue_script( 'comment-reply' );

	/* Always have wp_head() just before the closing </head>
	 * tag of your theme, or you will break many plugins, which
	 * generally use this hook to add elements to <head> such
	 * as styles, scripts, and meta tags.
	 */
	wp_head();
?>
<!--[if (gte IE 6)&(lte IE 8)]>
  <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/<?php bloginfo('template_directory'); ?>/js/selectivizr.js"></script>
  <noscript><link rel="stylesheet" href="[fallback css]" /></noscript>
<![endif]-->
<!--[if IE 9]>
    <style type="text/css">
        #top-nav li a { padding: 15px 45px 0; }
    </style>
<![endif]-->
</head>

<body <?php if (!is_front_page() || is_404()) { body_class(); ?>><?php } else { ?>onload="init();"><?php } ?>
	
 	<div id="wrapper">
	    <div id="header">
	    	<a id="logo" href="/">RONALD B. LABA</a>
	    	<p id="sub-title">ATTORNEY<br />AT LAW</p>
	    	<p id="cta">
	    		<span class="small">
	    			TO SCHEDULE A TIME TO MEET<br />
	    			CALL ME 24 HOURS A DAY!
	    		</span>
	    		<span class="big">800-490-2222</span>
	    	</p><!-- #cta -->
	    </div><!-- #header -->
	    
	    <div id="top-nav">
		    <nav>
            	<?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' => 'primary' ) ); ?>
		    </nav>
		</div><!-- #top-nav -->
		
		<?php if (is_front_page()) { ?>
	    <div id="banner-wrapper">
			<div id="indicator-buttons">
				<div id="indicator1" class="indicator" onclick="transition(1)">&nbsp;</div>
				<div id="indicator2" class="indicator" onclick="transition(2)">&nbsp;</div>
				<div id="indicator3" class="indicator" onclick="transition(3)">&nbsp;</div>
				<div id="indicator4" class="indicator" onclick="transition(4)">&nbsp;</div>
				<a id="banner-link" href="#"><img src="<?php bloginfo('template_url'); ?>/images/learn-more.png" alt="Learn More" /></a>
			</div><!-- #indicator-buttons -->
			<div class="image-container">
				<img id="bottom" src="<?php bloginfo('template_url'); ?>/images/img1.jpg" alt="" />
			</div><!-- #image-container 1/2 -->
			<div class="image-container">
				<img id="top" src="<?php bloginfo('template_url'); ?>/images/img2.jpg" alt="" />
			</div><!-- #image-container 2/2 -->
	    </div><!-- #banner-wrapper -->
	    <?php } else { ?>
	    <div id="internal-banner">
			<div class="banner-item">
				<img src="<?php bloginfo('template_url'); ?>/images/content-banner1.jpg" alt="" />
				<div class="banner-menu">
					DEFECTIVE<br />
					DRUGS
					<?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">
					DEFECTIVE<br />
					MEDICAL DEVICES
					<?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 class="clear"></div>
	    </div><!-- #internal-banner -->
	    <?php } ?>