Changeset 47

Show
Ignore:
Timestamp:
05/23/03 11:23:44 (6 years ago)
Author:
saxmatt
Message:

Path fixes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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'); ?>" />