| Server IP : 38.190.208.107 / Your IP : 216.73.217.46 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : root ( 0) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.11/wp-content/themes/dt-the7/ |
Upload File : |
<?php
/**
* Template part with actual header.
*
* @since 1.0.0
*
* @package The7\Templates
*/
defined( 'ABSPATH' ) || exit;
?><!DOCTYPE html>
<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
<html <?php language_attributes(); ?> class="no-js">
<!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<?php
if ( presscore_responsive() ) {
$scalable = of_get_option( 'general-user_scalable' ) ? '1' : '0';
$maximum_scale = $scalable === '1' ? '5' : '1';
ob_start();
?>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=<?php echo esc_attr( $maximum_scale ); ?>, user-scalable=<?php echo esc_attr( $scalable ); ?>"/>
<?php
echo apply_filters( 'the7_meta_viewport', ob_get_clean() );
}
?>
<?php presscore_theme_color_meta(); ?>
<link rel="profile" href="https://gmpg.org/xfn/11" />
<?php
wp_head();
?>
</head>
<body id="the7-body" <?php body_class(); ?>>
<?php
wp_body_open();
do_action( 'presscore_body_top' );
$config = presscore_config();
$page_class = '';
if ( 'boxed' === $config->get( 'template.layout' ) ) {
$page_class = 'class="boxed"';
}
?>
<div id="page" <?php echo $page_class; ?>>
<a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'the7mk2' ); ?></a>
<?php
if ( apply_filters( 'presscore_show_header', $config->get( 'header.show' ) ) ) {
presscore_get_template_part( 'theme', 'header/header', str_replace( '_', '-', $config->get( 'header.layout' ) ) );
presscore_get_template_part( 'theme', 'header/mobile-header' );
}
//block_template_part( 'header' );
if ( presscore_is_content_visible() && $config->get( 'template.footer.background.slideout_mode' ) ) {
echo '<div class="page-inner">';
}
?>