| Server IP : 139.59.63.204 / Your IP : 216.73.217.62 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu-s-1vcpu-1gb-blr1-01 6.8.0-110-generic #110-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar 19 15:09:20 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/ponorevival/wp-content/themes/efb-ponorevival/ |
Upload File : |
<?php
/**
* The header for our theme
*
* This is the template that displays all of the <head> section and everything up until <div id="content">
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package EFB-Siding
*/
?>
<!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="https://gmpg.org/xfn/11">
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/bootstrap.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link href="<?php echo get_template_directory_uri();?>/assets/css/animate.min.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/a2584714c4.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<?php wp_head(); ?>
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/woocommerce.css" rel="stylesheet">
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/myaccount.css" rel="stylesheet">
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<div id="container">
<div class="naturalife-top-bar">
<div class="top-bar-inner d-flex align-items-center fullwidth">
<div class="top-bar-left d-flex align-items-center"></div>
<div class="top-bar-right d-flex align-items-center">
<div id="rt_button-1" class="">
<a href="tel:%20+1.808.466.3590" target="_self"><i class="fa fa-mobile" aria-hidden="true"></i> Call Us: +1.808.466.3590</a>
</div>
<div id="social_media_icons-1" class="topbar-widget widget widget_social_media_icons">
<a href="#">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<header class="container header">
<div class="row align-items-center">
<div class="col-sm-2">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/logo.jpg" alt="Logo">
</div>
<div class="col-sm-9 text-center menu">
<?php wp_nav_menu(
array(
'menu' => 'Main Navigation',
'container' => 'nav',
'menu_class' => 'main-menu',
'container_class' => 'main-menu-wrapper',
)); ?>
</div>
<div class="col-sm-1 text-end">
<span class="cart-icon">🛒</span> <!-- Unicode shopping cart -->
</div>
</div>
</header>
<header class="mobile-header">
<div class="mobile-header-holder">
<div class="header-elements">
<div class="header-row naturalife-dark-header">
<div class="header-col left">
<div id="mobile-logo" class="mobile-logo-holder">
<a href="" title="Pono Revival">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/logo.jpg" />
</a>
</div>
</div>
<div class="header-col right">
<div class="header-tools">
<a href="#" class="naturalife-cart-menu-button" aria-label="Cart">
<span class="cart-icon">🛒</span>
</a>
<a href="#" class="naturalife-sidepanel-button" title="Side Panel">
<i class="fas fa-bars"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</header>