Use stylesheet_url from bloginfo().

git-svn-id: http://svn.automattic.com/wordpress/trunk@1640 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-09-12 22:07:49 +00:00
parent 807c0a77c3
commit fff12f2605

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" />