| 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/sleeky/ |
Upload File : |
<?php
/**
* The Header for our theme
* @package sleeky
* @since 1.0.0
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php get_template_part('partials/main_sidebar_mobile'); ?>
<!-- add move to top -->
<?php do_action( 'lr_move_to_top', 'sleeky-pro'); ?>
<div class="main-wrapper"> <!--start of main wrapper, It will end in footer.php file-->
<header id="sleeky_header">
<div id="header-container">
<div class="container">
<div class="row">
<div class="sleeky-top-header">
<div class="sleeky-logo-placeholder">
<?php
if (get_theme_mod('sleeky_logo','0')) {
$logo = get_theme_mod('sleeky_logo');
?>
<a href="<?php echo esc_url(home_url('/ ')) ?>">
<img src="<?php echo $logo; ?>" alt="<?php esc_attr(bloginfo('description')); ?>">
<?php
} else {
?>
<h1 id="sleeky_site_title">
<a href="<?php echo esc_url(home_url('/')); ?>" title="<?php echo esc_attr(get_bloginfo('name', 'display')); ?>"
rel="home" style="color: <?php echo esc_attr(get_theme_mod('sitetitle')); ?>;"><?php bloginfo('name'); ?></a></h1>
<?php
}
?>
</a>
</div>
<a href="#" class="toggle_menu_bar"><i class="fa fa-bars"></i></a>
<div class="sleeky_menu">
<?php wp_nav_menu(array('theme_location' => 'primary', 'menu_class' => 'navmenu', 'fallback_cb' => 'wp_page_menu')); ?>
</div>
</div>
</div>
</div>
</div>
</header><!--Header Ends Here -->
<?php
get_sidebar('banner');
do_action('sleeky_breadcrumb');
get_sidebar( 'cta' );
get_sidebar( 'top' );