File: /home/madepabj/hc-cosmetics.com/wp-content/themes/dbea/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?>
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php endif; ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<div id="sns_wrapper" class="sns-container">
<?php
if ( dbea_getoption('header_style', 'style1') != '' ) {
get_template_part( str_replace( 'style', 'tpl-head-', dbea_getoption('header_style', 'style1') ) ); // Ex: style1 => tpl-head-1
}else{
get_template_part('tpl-head-1');
}