HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: //opt/bravo/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
	<meta charset="<?php bloginfo('charset'); ?>" /> 
	<title><?php wp_title( '|', true, 'right' ); ?></title>              
    <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'); ?>" />  
    <?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<header>	
	<div id="header-sticky">
		<div class="container">	
			<div id="header-top" class="row">
				<div class="col-md-4">
					<a id="site-name" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo('name'); ?></a>
				</div>
				<div class="col-md-8">
					<a id="hamburger" href="#">
						<span></span>
						<span></span>
						<span></span>
					</a>	
					<nav>			
						<?php wp_nav_menu(array('theme_location' => 'primary','depth' => 2,'container' => 'false','fallback_cb' => 'false')); ?>										
					</nav>
				</div>
			</div>
		</div>
	</div>
	<?php if (get_theme_mod('hero_text') || get_theme_mod('hero_heading')) : ?>
		<div class="container">	
			<div id="hero-block" class="row">
				<div class="col-md-9">						
					<h3><?php echo get_theme_mod('hero_heading'); ?></h3>
					<p><?php echo get_theme_mod('hero_text'); ?></p>
				</div>
				<div class="col-md-3">	
					<?php if (get_theme_mod('hero_url')) : ?>
						<a href="<?php echo get_theme_mod('hero_url'); ?>"><?php echo get_theme_mod('hero_url_text'); ?> <span>&rarr;</span></a>
					<?php endif; ?>
				</div>
			</div>
		</div>
	<?php endif; ?>
</header>
<div class="container">