Server : LiteSpeed System : Linux webbox1.ncrdns.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : rahcos ( 1533) PHP Version : 8.4.23 Disable Function : NONE Directory : /home/rahcos/.trash/wp-content/themes/hara/ |
<?php
/**
* The template for displaying the header
*
* Displays all of the head element and everything up until the "site-content" div.
*
* @package WordPress
* @subpackage Hara
* @since Hara 1.0
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js">
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="profile" href="//gmpg.org/xfn/11" />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<div id="wrapper-container" class="<?php echo esc_attr(apply_filters('hara_class_wrapper_container', 'wrapper-container')); ?>">
<?php
/**
* hara_before_theme_header hook
*
* @hooked hara_tbay_offcanvas_smart_menu - 10
* @hooked hara_tbay_the_topbar_mobile - 20
* @hooked hara_tbay_custom_form_login - 30
* @hooked hara_tbay_footer_mobile - 40
*/
do_action('hara_before_theme_header');
?>
<?php get_template_part('page-templates/header'); ?>
<?php
/**
* hara_after_theme_header hook
*/
do_action('hara_after_theme_header');
?>
<div id="tbay-main-content">