File: /home/codo66ho/public_html/aamcc.emtiyz.com/wp-content/themes/consultar/header.php
<?php
/*
* The header for our theme.
* Author & Copyright:wpoceans
* URL: http://themeforest.net/user/wpoceans
*/
?>
<!DOCTYPE html>
<!--[if !IE]><!-->
<html <?php language_attributes(); ?>> <!--<![endif]-->
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<?php
$consultar_viewport = cs_get_option('theme_responsive');
if (!$consultar_viewport) { ?>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<?php }
$consultar_all_element_color = cs_get_customize_option('all_element_colors'); ?>
<meta name="msapplication-TileColor" content="<?php echo esc_attr($consultar_all_element_color); ?>">
<meta name="theme-color" content="<?php echo esc_attr($consultar_all_element_color); ?>">
<link rel="profile" href="//gmpg.org/xfn/11">
<?php
echo consultar_header_function();