예제 #1
0
파일: header.php 프로젝트: alikris/OTA
    echo ICL_LANGUAGE_CODE;
    ?>
';
<?php 
}
?>
	</script>
<?php 
$body_class = '';
$content_class = '';
if (is_page_template('byt_home.php')) {
    if (!$byt_theme_globals->frontpage_show_slider()) {
        $body_class = 'noslider';
    }
} elseif (is_page_template('page-contact.php') || is_page_template('page-contact-form-7.php')) {
    BYT_Theme_Utils::contact_form_js();
    $business_address_longitude = $byt_theme_globals->get_business_address_longitude();
    $business_address_latitude = $byt_theme_globals->get_business_address_latitude();
    $content_class = !empty($business_address_longitude) && !empty($business_address_latitude) ? '' : 'empty';
}
wp_head();
?>
</head>
<body <?php 
body_class($body_class);
?>
>
	<!--header-->
	<header class="header" role="banner">
		<div class="wrap clearfix">
			<!--logo-->