Make WordPress Core

Changeset 47 for trunk/index.php


Ignore:
Timestamp:
05/23/2003 11:23:44 AM (23 years ago)
Author:
saxmatt
Message:

Path fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r36 r47  
    1010
    1111    <style type="text/css" media="screen">
    12         @import url( <?php echo $siteurl; ?>/layout2b.css );
     12        @import url( <?php echo $pathserver; ?>/layout2b.css );
    1313    </style>
    1414   
    15     <link rel="stylesheet" type="text/css" media="print" href="<?php echo $siteurl; ?>/print.css" />
     15    <link rel="stylesheet" type="text/css" media="print" href="<?php echo $pathserver; ?>/print.css" />
    1616    <link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
    1717    <link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
Note: See TracChangeset for help on using the changeset viewer.