Make WordPress Core

Changeset 36 for trunk/index.php


Ignore:
Timestamp:
05/22/2003 01:28:49 AM (22 years ago)
Author:
mikelittle
Message:

Assorted changes, plus moved most of the links files to subdir wp-links.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r28 r36  
    2222<body>
    2323<h1 id="header"><a href="<?php echo $siteurl; ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
    24 
    2524
    2625<div id="content">
     
    106105    </ul>
    107106 </li>
    108  <?php include_once('links.php') ?>
    109  <?php include_once('links.weblogs.com.php') ?>
     107 <?php require_once('wp-links/links.php') ?>
     108 <?php require_once('wp-links/links.weblogs.com.php') ?>
    110109 <li>Links:
    111110    <ul>
Note: See TracChangeset for help on using the changeset viewer.