function wptouch_core_header_rss()
{
    if (bnc_is_rss_enabled()) {
        echo sprintf(__("%sRSS Feed%s", "wptouch"), '<li><a href="' . get_bloginfo('rss2_url') . '"><img src="' . compat_get_plugin_url('wptouch') . '/images/icon-pool/RSS.png" alt="" />', '</a></li>');
    }
}
예제 #2
0
"><img src="<?php 
    bloginfo('wpurl');
    ?>
/wp-content/plugins/wptouch/images/icon-pool/Home.png" alt="" />Home</a></li> <?php 
}
?>
	<?php 
$pages = bnc_wp_touch_get_pages();
foreach ($pages as $p) {
    $image = get_bloginfo('wpurl') . '/wp-content/plugins/wptouch/images/icon-pool/' . $p['icon'];
    echo '<li><a href="' . get_permalink($p['ID']) . '"><img src="' . $image . '" />' . $p['post_title'] . '</a></li>';
}
?>
	
	<?php 
if (bnc_is_rss_enabled()) {
    ?>
	<li><a href="<?php 
    bloginfo('rss2_url');
    ?>
"><img src="<?php 
    bloginfo('wpurl');
    ?>
/wp-content/plugins/wptouch/images/icon-pool/RSS.png" alt="" />RSS Feed</a></li>
	<?php 
}
?>
	
	<?php 
if (bnc_is_email_enabled()) {
    ?>