| Server IP : 103.82.32.14 / Your IP : 216.73.217.121 Web Server : Apache/2.2.32 (Unix) mod_ssl/2.2.32 OpenSSL/1.0.1e-fips mod_fcgid/2.3.9 System : Linux cloud.lonmanhoabinh.com 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : lonmakmf ( 524) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/lonmakmf/public_html/wp-content/themes/origamiez/parts/header/ |
Upload File : |
<div id="origamiez-header-top" class="origamiez-header-left-right">
<div class="<?php echo esc_attr(origamiez_get_wrap_classes()); ?> clearfix">
<?php $logo = get_theme_mod('logo', false); ?>
<h1 id="origamiez-logo" class="pull-left">
<a id="site-home-link" href="<?php echo esc_url(home_url()); ?>" title="<?php echo esc_attr(get_bloginfo('title')); ?>">
<?php if ($logo):?>
<img id="site-logo" class="img-responsive" src="<?php echo esc_url($logo); ?>" alt="<?php echo esc_attr(get_bloginfo('title')); ?>">
<?php else: ?>
<?php if(is_front_page() || is_home()): ?>
<h1 id="site-title"><?php echo esc_attr(get_bloginfo('name'));?></h1>
<?php else: ?>
<p id="site-title"><?php echo esc_attr(get_bloginfo('name'));?></p>
<?php endif;?>
<p id="site-desc">
<?php echo esc_textarea(get_bloginfo('description')); ?>
</p>
<?php endif; ?>
</a>
</h1> <!-- end: logo -->
<?php
$top_banner_image = get_header_image();
$top_banner_custom = get_theme_mod('top_banner_custom', false);
if ($top_banner_image || $top_banner_custom):
$target = (1 == (int)get_theme_mod('top_banner_target', 0)) ? 'target="_blank"' : '';
?>
<div id="origamiez-top-banner" class="pull-right">
<?php
if($top_banner_custom):
echo htmlspecialchars_decode(esc_html($top_banner_custom));
else:
?>
<a href="<?php echo esc_url(get_theme_mod('top_banner_url', false)); ?>"
title="<?php echo esc_attr(get_theme_mod('top_banner_title', false)); ?>"
<?php echo esc_attr($target); ?>
rel="nofollow">
<img width="<?php echo esc_attr(get_custom_header()->width);?>"
height="<?php echo esc_attr(get_custom_header()->height);?>"
src="<?php echo esc_url($top_banner_image); ?>"
alt="<?php echo esc_attr(get_theme_mod('top_banner_title', false)); ?>">
</a>
<?php endif; ?>
</div> <!-- end: top-banner -->
<?php endif; ?>
</div>
</div>