section and everything up till
* * @package WordPress * @subpackage Raindrops * @since Raindrops 0.1 */ global $current_blog; if(isset($current_blog)){ $this_blog = array("b". $current_blog->blog_id); }else{ $this_blog = array(); } ?>'."\n";?> > <?php /* * Print the <title> tag based on what is being viewed. */ global $page, $paged; wp_title( '|', true, 'right' ); // Add the blog name. bloginfo( 'name' ); // Add the blog description for the home/front page. $site_description = get_bloginfo( 'description', 'display' ); if ( $site_description && ( is_home() || is_front_page() ) ) echo " | $site_description"; // Add a page number if necessary: if ( $paged >= 2 || $page >= 2 ) echo ' | ' . sprintf( __( 'Page %s', 'raindrops' ), max( $paged, $page ) ); ?> >
%s'; printf( $title_format, $heading_elememt, home_url(), esc_attr(get_bloginfo( 'name', 'display' )), "home", get_bloginfo( 'name', 'display' ), $heading_elememt ); /** * Site description diaplay at header bar when if header text Display Text value is no. * * * * */ $raincrops_site_desctiption_html = '
%s
'; printf( $raincrops_site_desctiption_html, $raindrops_pge_header, get_bloginfo( 'description' ) ); ?>

>

'menu-header', 'theme_location' => 'primary', 'walker' => new raindrops_description_walker(), 'fallback_cb' => wp_page_menu()) ); ?>