Exemple #1
0
        <meta name="google-site-verification" content="<?php 
echo oxy_get_option('google_webmaster');
?>
" />

        <?php 
oxy_add_apple_icons('iphone_icon');
?>
        <?php 
oxy_add_apple_icons('iphone_retina_icon', 'sizes="114x114"');
?>
        <?php 
oxy_add_apple_icons('ipad_icon', 'sizes="72x72"');
?>
        <?php 
oxy_add_apple_icons('ipad_retina_icon', 'sizes="144x144"');
?>

        <!--[if lt IE 9]>
          <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
        <![endif]-->
        <?php 
wp_head();
?>
    </head>
    <body <?php 
body_class();
?>
 data-spy="scroll" data-target=".navbar">
        <!-- Page Header -->
        <header class="pull-center" id="masthead">
Exemple #2
0
        <link rel="pingback" href="<?php 
bloginfo('pingback_url');
?>
" />

        <?php 
oxy_add_apple_icons('iphone_icon');
?>
        <?php 
oxy_add_apple_icons('iphone_retina_icon', '114x114');
?>
        <?php 
oxy_add_apple_icons('ipad_icon', '72x72');
?>
        <?php 
oxy_add_apple_icons('ipad_retina_icon', '144x144');
?>
        <link rel="shortcut icon" href="<?php 
echo oxy_get_option('favicon');
?>
">

        <!--[if lt IE 9]>
        <script src="<?php 
echo OXY_THEME_URI . 'assets/js/ltIE9.js';
?>
"></script>
        <![endif]-->
        <?php 
wp_head();
?>