| Server IP : 172.67.71.254 / Your IP : 216.73.216.4 Web Server : nginx/1.27.1 System : Linux in-5 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64 User : arabianexpress ( 1872) PHP Version : 8.0.30 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v9321/rimskannur/public_html/wp-content/themes/skole/ |
Upload File : |
<?php
/**
* Header template
*
* @package vamtam/skole
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php if ( is_singular() && pings_open() ) : ?>
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php endif ?>
<?php wp_head(); ?>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TTWZRGT4');</script>
<!-- End Google Tag Manager -->
</head>
<body <?php body_class(); ?>>
<div id="top"></div>
<?php
wp_body_open();
do_action( 'vamtam_body' );
?>
<?php
if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'header' ) ) {
get_template_part( 'templates/header' );
}
?>
<div id="page" class="main-container">
<div id="main-content">
<?php
if ( ( ! is_single() || VamtamTemplates::get_layout() === 'full' ) ) {
get_template_part( 'templates/header/sub-header' );
}
?>
<?php
$classes = 'vamtam-main layout-' . VamtamTemplates::get_layout();
if ( is_singular( 'give_forms' ) ) {
$classes .= ' vamtam-give-container';
}
?>
<div id="main" role="main" class="<?php echo esc_attr( $classes ); ?>" >
<?php do_action( 'vamtam_inside_main' ) ?>
<?php if ( VamtamTemplates::had_limit_wrapper() ) : ?>
<div class="limit-wrapper vamtam-box-outer-padding">
<?php endif; ?>