for this themes stylesheets, in functions.php //Output all them favicon link rels sircontheme_favicons(); sircontheme_usercss(); ?> >
'; // Check if logo is uploaded if(is_numeric($logo_id) && $has_logo){ echo '
'; } else if($has_logo) { echo '
'; } // Print title and description echo '
'; echo '

'.$blogname.'

'; echo '

'.$blogdescription.'

'; echo '
'; ?> '; get_search_form(); echo ''; } ?>
'; } } else { sircontheme_blogheader(); } ?>