| Server IP : 213.132.209.36 / Your IP : 216.73.216.116 Web Server : Apache System : Linux nemesis.hostmywebsite.nl 5.14.0-503.35.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 4 05:23:43 EDT 2025 x86_64 User : mondzorgheijs-christ_wldd0lu9v4a ( 10047) PHP Version : 8.0.30 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/mondzorgheijs-christenhusz.nl/httpdocs/wp-content/themes/christenhusz22/ |
Upload File : |
<!doctype html>
<html <?php language_attributes(); ?> class="no-js">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<?php
$nectar_options = get_nectar_theme_options();
nectar_meta_viewport();
// Shortcut icon fallback.
if ( ! empty( $nectar_options['favicon'] ) && ! empty( $nectar_options['favicon']['url'] ) ) {
echo '<link rel="shortcut icon" href="'. esc_url( nectar_options_img( $nectar_options['favicon'] ) ) .'" />';
}
wp_head();
?>
</head><?php
$nectar_header_options = nectar_get_header_variables();
?><body <?php body_class(); ?> <?php nectar_body_attributes(); ?>>
<?php
nectar_hook_after_body_open();
nectar_hook_before_header_nav();
// Boxed theme option opening div.
if ( $nectar_header_options['n_boxed_style'] ) {
echo '<div id="boxed">';
}
get_template_part( 'includes/partials/header/header-space' );
?>
<div id="header-outer" <?php nectar_header_nav_attributes(); ?>>
<?php
get_template_part( 'includes/partials/header/secondary-navigation' );
if ('ascend' !== $nectar_header_options['theme_skin'] &&
'left-header' !== $nectar_header_options['header_format']) {
get_template_part( 'includes/header-search' );
}
get_template_part( 'includes/partials/header/header-menu' );
?>
</div>
<?php
if ( ! empty( $nectar_options['enable-cart'] ) && '1' === $nectar_options['enable-cart'] ) {
get_template_part( 'includes/partials/header/woo-slide-in-cart' );
}
if ( 'ascend' === $nectar_header_options['theme_skin'] ||
'left-header' === $nectar_header_options['header_format'] &&
'false' !== $nectar_header_options['header_search'] ) {
get_template_part( 'includes/header-search' );
}
get_template_part( 'includes/partials/footer/body-border' );
?>
<div id="ajax-content-wrap">
<?php
nectar_hook_after_outer_wrap_open();