0byt3m1n1
Path:
/
data
/
40
/
5
/
122
/
64
/
5448064
/
user
/
6519071
/
htdocs
/
wp-content
/
themes
/
Jingged
/
[
Home
]
File: header.php
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up till <div id="main"> * * @package _tk */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="robots" content="index, follow"> <title><?php wp_title( '|', true, 'right' ); ?></title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=ZCOOL+XiaoWei" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php do_action( 'before' ); ?> <header id="masthead" class="site-header" role="banner"> <?php // substitute the class "container-fluid" below if you want a wider content area ?> <div class="container"> <div class="row"> <div class="col-sm-3 col-md-3"> <div class="site-branding"> <a class="navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php bloginfo('template_directory'); ?>/includes/images/auriculotherapybg.png" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" /></a> <!-- <a class="navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php bloginfo('template_directory'); ?>/includes/images/logo.png" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" /></a> --> </div> </div> <div class="col-sm-9 col-md-9"> <div class="topNav"> <ul> <li><a href="<?php echo esc_url( home_url( '/login' ) ); ?>"><i class="fa fa-sign-in" aria-hidden="true"></i> ACI Login</a></li> <li class="phone"><a href="tel:<?php echo $wp_yelp = myprefix_get_theme_option( 'wp_phone_number' ); ?>"><?php echo $wp_yelp = myprefix_get_theme_option( 'wp_phone_number' ); ?></a></li> </ul> </div> </div> <div class="navbar-header"> <!-- .navbar-toggle is used as the toggle for collapsed navbar content --> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only"><?php _e('Toggle navigation','_tk') ?> </span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <!-- The WordPress Menu goes here --> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'depth' => 2, 'container' => 'div', 'container_class' => 'collapse navbar-collapse', 'menu_class' => 'nav navbar-nav', 'fallback_cb' => 'wp_bootstrap_navwalker::fallback', 'menu_id' => 'main-menu', 'walker' => new wp_bootstrap_navwalker() ) ); ?> </div><!-- .navbar --> </div> </div><!-- .container --> </header><!-- #masthead -->