Path fixes.

git-svn-id: http://svn.automattic.com/wordpress/trunk@47 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-05-23 11:23:44 +00:00
parent 0da3cbf2da
commit 327457099a
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@
<meta name="generator" content="WordPress .7" /> <!-- leave this for stats -->
<style type="text/css" media="screen">
@import url( <?php echo $siteurl; ?>/layout2b.css );
@import url( <?php echo $pathserver; ?>/layout2b.css );
</style>
<link rel="stylesheet" type="text/css" media="print" href="<?php echo $siteurl; ?>/print.css" />
<link rel="stylesheet" type="text/css" media="print" href="<?php echo $pathserver; ?>/print.css" />
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />