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:
parent
d6463ce6a6
commit
2ccb9cbd17
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user