Example #1
0
<?php
/*
 * This file belongs to the YIT Framework.
 *
 * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.gnu.org/licenses/gpl-3.0.txt
 */

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
?>
<!-- [favicon] begin -->
<link rel="shortcut icon" type="image/x-icon" href="<?php echo yit_get_favicon() ?>" />
<link rel="icon" type="image/x-icon" href="<?php echo yit_get_favicon() ?>" />
<!-- [favicon] end -->

<!-- Touch icons more info: http://mathiasbynens.be/notes/touch-icons -->
<?php yit_print_mobile_favicons() ;?>
Example #2
0
<!-- [favicon] begin -->
<link rel="shortcut icon" type="image/x-icon" href="<?php 
yit_favicon();
?>
" />
<link rel="icon" type="image/x-icon" href="<?php 
yit_favicon();
?>
" />
<!-- [favicon] end -->

<!-- Touch icons more info: http://mathiasbynens.be/notes/touch-icons -->
<!-- Touch icons more info: http://mathiasbynens.be/notes/touch-icons -->
<?php 
yit_print_mobile_favicons();
?>

<!-- Feed RSS2 URL -->
<link rel="alternate" type="application/rss+xml" title="<?php 
bloginfo('name');
?>
 Feed" href="<?php 
bloginfo('rss2_url');
?>
" />
<!-- Comments Feed RSS2 URL -->
<link rel="alternate" type="application/rss+xml" title="<?php 
bloginfo('name');
?>
 Comments Feed" href="<?php