ID, "Show Ad In Header", $single = true); if($override!="") { $con_header_ad_show=$override; if($con_header_ad_show=="false") { $con_header_ad_show=false; } else { $con_header_ad_show=true; } } if($con_breaking_rotate) { //jquery needs string instead of boolean $con_breaking_rotate="true"; } else { $con_breaking_rotate="false"; } //figure out what color to use for subtitle based on selected background if(substr($con_background,0,4) == "dark" || substr($con_background,0,4) == "silk") $subtitleclass=" dark"; ?> > <?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', 'continuum' ), max( $paged, $page ) ); ?>
>
ID, "Show Breaking Panel", $single = true); if($override!="") { $con_breaking_show=$override; if($con_breaking_show=="false") { $con_breaking_show=false; } else { $con_breaking_show=true; } } if ($con_breaking_show) { con_get_breaking(); } } ?>

 
'small-menu', 'container' => '0', 'fallback_cb' => 'wp_page_menu', 'echo' => '0' ) ); $menu = preg_replace('/title=\"(.*?)\"/','',$menu); echo $menu; ?>