File: /home/heewonvps_17/drug-injury-lawyer.com/wp-content/themes/master/header-mobile.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' ); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<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="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_url'); ?>/mobile.css" />
<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 rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<script tpye="text/javascript">
var visibility = 0;
function showHide() {
var status = ['none', 'block'];
switch(visibility) {
case 0:
visibility = 1;
break;
case 1:
visibility = 0;
break;
}
document.getElementById('menu-defective-medical-devices').style.display = status[visibility];
}
</script>
<?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();
?>
</head>
<body <?php body_class(); ?>>
<div id="wrapper">
<div id="header">
<div id="menu" onclick="showHide();"> </div>
<?php wp_nav_menu(array('menu' => 'Defective Medical Devices')); ?>
<a id="logo" href="/">RONALD B. LABA<br /><span>ATTORNEY AT LAW</span></a>
</div><!-- #header -->
<div id="icons">
<a href="tel:800-490-2222"><img src="<?php bloginfo('template_url'); ?>/images/mobile-phone.gif" alt="" /></a>
<a class="location" href="https://maps.google.com/maps?ie=UTF8&cid=10319843959596513556&q=Ronald+B+Laba+%26+Associates&iwloc=A&gl=US&hl=en"><img src="<?php bloginfo('template_url'); ?>/images/mobile-map.gif" alt="" /></a>
<a href="/blog/"><img src="<?php bloginfo('template_url'); ?>/images/mobile-rss.gif" alt="" /></a>
<a href="/contact-us/"><img src="<?php bloginfo('template_url'); ?>/images/mobile-mail.gif" alt="" /></a>
</div><!-- #icons -->
<?php if (is_front_page()) : ?>
<div id="slogans">
<div class="inline-block">GET JUSTICE.</div> <div class="inline-block">GET COMPENSATION.</div><br />
<span>YOUR VOICE AGAINST THE BIG DRUG COMPANIES</span>
</div><!-- #slogans -->
<div id="cta">
<span class="inline-block">CALL 24/7 TO SCHEDULE A MEET!</span><p class="inline-block">800-490-2222</p>
</div><!-- $cta -->
<?php endif; ?>