File: /var/www/vhosts/plasmak.com.tr/httpdocs/wp-content/themes/buliten/header-coming-soon.php
<?php $options = _WSH()->option();
buliten_bunch_global_variable();
$icon_href = (buliten_set($options, 'site_favicon')) ? buliten_set($options, 'site_favicon') : get_template_directory_uri().'/images/favicon.ico';
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<?php if (! function_exists('has_site_icon') || ! has_site_icon()):?>
<link rel="shortcut icon" href="<?php echo esc_url($icon_href);?>" type="image/x-icon">
<link rel="icon" href="<?php echo esc_url($icon_href);?>" type="image/x-icon">
<?php endif;?>
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div class="page-wrapper">
<?php if (buliten_set($options, 'preloader')):?>
<!-- Preloader -->
<div class="preloader"></div>
<?php endif;?>