File: /home/harmonyg/public_html/ektest/wp-content/themes/hathor/header.php
<?php
/**
* The Header template for our theme
*
* Displays all of the <head> section and everything up till <div id="main">
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<!--HEADER START-->
<?php if( get_option( 'hathor' )){ ?>
<?php get_template_part(''.$head = of_get_option('head_select', 'header').''); ?>
<?php }else{ ?>
<?php get_template_part('dummy/dummy','head1'); ?>
<?php } ?>