Path fixes.

git-svn-id: https://develop.svn.wordpress.org/trunk@47 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-05-23 11:23:44 +00:00
parent b3d545d58a
commit 900e7d3562
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'); ?>" />