Use stylesheet_url from bloginfo().

git-svn-id: https://develop.svn.wordpress.org/trunk@1640 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-09-12 22:07:49 +00:00
parent d6463ce6a6
commit 2ccb9cbd17
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ else :
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<style type="text/css" media="screen">
@import url( <?php echo get_settings('siteurl'); ?>/wp-layout.css );
@import url( <?php echo bloginfo('stylesheet_url'); ?> );
</style>
<link rel="stylesheet" type="text/css" media="print" href="<?php echo get_settings('siteurl'); ?>/print.css" />