%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 54.36.91.62 / Your IP : 216.73.216.44 Web Server : Apache System : Linux webm002.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : wellingtpa ( 97533) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wellingtpa/www/wp-content/plugins/kata/ |
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="site-content">
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
* @author ClimaxThemes
* @package Kata
* @since 1.0.0
*/
?>
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="profile" href="https://gmpg.org/xfn/11">
<?php do_action( 'kata_critical_css' ); ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?> <?php apply_filters( 'kata_body_attributes', 10 ); ?>>
<?php wp_body_open(); ?>
<a class="kt-skip-link" href="#kata-content"><?php echo esc_html__( 'Skip to content', 'kata' ); ?></a>
<div id="kata-site" <?php Kata::site_class( 'kata-site clearfix' ); ?>>
<?php
$header_show = Kata_Helpers::get_meta_box( 'kata_show_header' );
if ( '1' === $header_show ) {
$header_show = true;
} elseif ( '0' === $header_show ) {
$header_show = false;
} elseif ( false === $header_show || empty( $header_show ) ) {
$header_show = true;
}
if ( $header_show ) {
do_action( 'kata_header' );
}
$page_title_meta = Kata_Helpers::get_meta_box( 'kata_show_page_title' );
$page_title = 'inherit_from_customizer' !== $page_title_meta ? $page_title_meta : get_theme_mod( 'kata_show_page_title', '1' );
?>
<!-- start content -->
<div id="kata-content" class="kata-content clearfix <?php echo $page_title ? 'kata-section-with-page-title' : ''; ?>">
<div class="kata-section clearfix">