bloginfo('version'); ?> " /> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?> ; charset=<?php bloginfo('charset'); ?> " /> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;" /> <title><?php wp_title('«', 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="http://tetalab.org/wp-content/wp-content/blogs.dir/1/files/wptouch/custom-icons/tetalab.jpg" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?> /style.css" type="text/css" media="screen" />
function wptouch_core_body_sitetitle() { $str = bnc_get_header_title(); echo stripslashes($str); }