| Server IP : 10.19.1.101 / Your IP : 216.73.216.158 Web Server : Apache System : Linux web1f13.kinghost.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64 User : schererimoveisrs ( 170628) PHP Version : 7.4.33 Disable Function : apache_child_terminate,c99_buff_prepare,c99_sess_put,dl,exec,leak,link,myshellexec,openlog,passthru,pclose,pcntl_exec,php_check_syntax,php_strip_whitespace,popen,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,show_source,symlink,system,socket_listen,socket_create_listen,putenv MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/schererimoveisrs/www/pre backup/wp-content/themes/sauron/ |
Upload File : |
<?php global $wdwt_front; ?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<?php wp_reset_query(); // reset query for comment and other ?>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="height=device-height,width=device-width" />
<meta name="viewport" content="initial-scale=1.0" />
<meta name="HandheldFriendly" content="true"/>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php
wp_head(); // wordpress standart scripts, meta, etc..
?>
</head>
<body <?php body_class(); ?>>
<?php
$fixed_menu = $wdwt_front->get_param('fix_menu');
if($fixed_menu) {
?>
<script>var wdwt_fixed_menu=1;</script>
<?php }
else { ?>
<script>var wdwt_fixed_menu=0;</script>
<?php
}
$header_image = get_header_image();
if(! empty($header_image)){
?>
<div class="container">
<a class="custom-header-a" href="<?php echo esc_url( home_url( '/' ) ); ?>">
<img src="<?php echo header_image(); ?>" class="custom-header">
</a>
</div>
<?php
}
?>
<div id="header" >
<div class="container">
<?php $wdwt_front->logo(); ?>
<div class="phone-menu-block">
<div id="top-nav">
<?php
$sauron_show_home = true;
if(has_nav_menu( 'primary-menu')){
$sauron_show_home = false;
}
$wdwt_menu = wp_nav_menu( array(
'show_home' => $sauron_show_home,/*ttt!!! here was false*/
'theme_location' => 'primary-menu',
'container' => false,
'container_class' => '',
'container_id' => '',
'menu_class' => 'top-nav-list',
'menu_id' => '',
'echo' => false,
'fallback_cb' => 'wp_page_menu',
'before' => '',
'after' => '',
'link_before' => '',
'link_after' => '',
'items_wrap' => '<ul id="top-nav-list" class=" %2$s">%3$s</ul>',
'depth' => 0,
'walker' => ''
));
echo $wdwt_menu; ?>
</div>
</div>
<div id="search-block">
<?php get_search_form(); ?>
</div>
<div class="clear"></div>
</div>
</div>