Server IP : 192.64.118.117 / Your IP : 18.119.112.17 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/mobilecreationz.com/wp-content/themes/creditrepairII/ |
Upload File : |
<?php /** * The header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package Credit Repair II */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <!-- Bootstrap --> <link href='http://fonts.googleapis.com/css?family=Lora:400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link href="<?php echo get_template_directory_uri(); ?>/css/animate.min.css" rel="stylesheet"> <link href="<?php echo get_template_directory_uri(); ?>/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/css/owl.carousel.css"/> <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/css/owl.theme.css"/> <link href="<?php echo get_template_directory_uri(); ?>/css/template.css" rel="stylesheet"> <?php wp_head(); ?> <style type="text/css"> <?php $primary_color = get_option_tree( 'primary_color'); $secondary_color = get_option_tree( 'secondary_color'); $footer_color = get_option_tree( 'footer_color'); ?> header#header, .widget > h3, header nav.navbar { background: <?php echo $primary_color; ?>; } #slider-inner .caption-wrap h2, #slider-inner .caption-wrap h3 { color: <?php echo $primary_color; ?>; } h1, h2, h3, h4, h5, h6, #content-area .post h2 a, section#icons-box span.fa, #icon-boxes-2 i.fa { color: <?php echo $secondary_color; ?>; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .copy { background: <?php echo $secondary_color; ?>; } #footer { background: <?php echo $footer_color; ?>; } </style> </head> <body <?php body_class(); ?>> <header id="header"> <div class="top-area text-right"> <div class="container"> <p><?php get_option_tree( 'header_phone', '', 'true' ); ?></p> </div> </div> <nav class="navbar navbar-default"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <?php if ( function_exists( 'get_option_tree') ) : if( get_option_tree( 'logo_upload') ) : ?> <a class="navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"> <img class="img-responsive" style="height:100px;width:300px; margin-top:-30px;" src="<?php get_option_tree( 'logo_upload', '', 'true' ); ?>" alt="<?php bloginfo( 'name' ); ?>"> </a> <?php else : ?> <a class="navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"> <?php bloginfo( 'name' ); ?> </a> <?php endif; endif; ?> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container' => false, 'menu_class' => 'nav navbar-nav navbar-right', 'items_wrap' => '<ul class="%2$s">%3$s</ul>', 'fallback_cb' => 'wp_bootstrap_navwalker::fallback', 'walker' => new wp_bootstrap_navwalker() ) ); ?> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> </header> <?php if (!is_front_page()) { if (!is_home()) { if (!is_single()) { the_breadcrumb(); } } } ?>