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:
parent
807c0a77c3
commit
fff12f2605
|
@ -15,7 +15,7 @@ else :
|
||||||
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
|
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
|
||||||
|
|
||||||
<style type="text/css" media="screen">
|
<style type="text/css" media="screen">
|
||||||
@import url( <?php echo get_settings('siteurl'); ?>/wp-layout.css );
|
@import url( <?php echo bloginfo('stylesheet_url'); ?> );
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" media="print" href="<?php echo get_settings('siteurl'); ?>/print.css" />
|
<link rel="stylesheet" type="text/css" media="print" href="<?php echo get_settings('siteurl'); ?>/print.css" />
|
||||||
|
|
Loading…
Reference in New Issue