Make WordPress Core

Changeset 96 for trunk/index.php


Ignore:
Timestamp:
05/25/2003 12:43:31 PM (23 years ago)
Author:
saxmatt
Message:

New path system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r56 r96  
    11<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1;
    22require('blog.header.php');
    3 require('wp-links/links.php');
    4 require('wp-links/links.weblogs.com.php');
     3require($abspath.'wp-links/links.php');
     4require($abspath.'wp-links/links.weblogs.com.php');
    55?>
    66<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     
    1414
    1515        <style type="text/css" media="screen">
    16                 @import url( <?php echo $pathserver; ?>/layout2b.css );
     16                @import url( <?php echo $siteurl; ?>/layout2b.css );
    1717        </style>
    1818       
    19         <link rel="stylesheet" type="text/css" media="print" href="<?php echo $pathserver; ?>/print.css" />
     19        <link rel="stylesheet" type="text/css" media="print" href="<?php echo $siteurl; ?>/print.css" />
    2020        <link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
    2121        <link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
Note: See TracChangeset for help on using the changeset viewer.