Beispiel #1
0
" />
	<?php 
if (presscore_responsive()) {
    ?>
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
	<?php 
} else {
    ?>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<?php 
}
// is responsive
?>
	<?php 
if (dt_retina_on()) {
    dt_core_detect_retina_script();
}
?>
	<title><?php 
echo presscore_blog_title();
?>
</title>
	<link rel="profile" href="http://gmpg.org/xfn/11" />
	<link rel="pingback" href="<?php 
bloginfo('pingback_url');
?>
" />
	<!--[if IE]>
	<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
	<![endif]-->
	<style type="text/css" id="static-stylesheet"></style>
 /**
  * Detect client retina support in header.
  *
  * @since 3.0.0
  */
 function presscore_detect_retina_in_header_action()
 {
     if (dt_retina_on()) {
         dt_core_detect_retina_script();
     }
 }