Use stylesheet_url.

git-svn-id: https://develop.svn.wordpress.org/trunk@1722 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-09-29 02:13:58 +00:00
parent b4af651dcb
commit eac4b6e090
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ foreach ($posts as $post) { start_wp();
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
<style type="text/css" media="screen">
@import url( wp-layout.css );
@import url( <?php echo bloginfo('stylesheet_url'); ?> );
body { margin: 3px; }
</style>