function wptouch_core_header_home()
{
    if (bnc_is_home_enabled()) {
        echo sprintf(__("%sHome%s", "wptouch"), '<li><a href="' . get_bloginfo('home') . '"><img src="' . bnc_get_title_image() . '" alt=""/>', '</a></li>');
    }
}
Пример #2
0
wp_title('&laquo;', true, 'right');
?>
 <?php 
$str = bnc_get_header_title();
echo stripslashes($str);
?>
</title>
	<link rel="alternate" type="application/rss+xml" title="<?php 
bloginfo('name');
?>
 RSS Feed" href="<?php 
bloginfo('rss2_url');
?>
" />
	<link rel="apple-touch-icon" href="<?php 
echo bnc_get_title_image();
?>
" />
	<link rel="stylesheet" href="<?php 
bloginfo('stylesheet_directory');
?>
/style-compressed.css" type="text/css" media="screen" />
		<?php 
if (bnc_is_gigpress_enabled() && function_exists('gigpress_shows')) {
    ?>
	<link rel="stylesheet" href="<?php 
    echo compat_get_plugin_url('wptouch');
    ?>
/themes/core/core-css/gigpress.css" type="text/css" media="screen" />
		<?php 
}
Пример #3
0
function additional_header_menu_items()
{
    echo sprintf(__("%sAsia%s", "wptouch"), '<li><a href="' . esc_url(home_url('/category/country/asia/')) . '"><img src="' . bnc_get_title_image() . '" alt=""/>', '</a></li>');
}