Make WordPress Core

Changeset 214 for trunk/index.php


Ignore:
Timestamp:
06/12/2003 10:43:34 PM (22 years ago)
Author:
mikelittle
Message:

Comment re weblogs.com.php
Archive mode uses admin setting.
require -> require_once
b2config.php -> wp-config.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r206 r214  
    11<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1;
    22require_once('blog.header.php');
    3 require($abspath.'wp-links/links.php');
     3require_once($abspath.'wp-links/links.php');
     4// not on by default require_once($abspath.'wp-links/links.weblogs.com.php');
     5   
    46?>
    57<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     
    6062
    6163<ul>
    62 <li>Links:
     64 <li>Links:
    6365    <ul>
    6466        <?php get_links(-1, '<li>', '</li>', '', 0, '_updated', 0, 0, -1, -1)?>
     
    8082 <li>Archives:
    8183    <ul>
    82      <?php get_archives('monthly'); ?>
     84     <?php get_archives(); ?>
    8385    </ul>
    8486 </li>
     
    98100    </ul>
    99101 </li>
     102
    100103</ul>
    101104
Note: See TracChangeset for help on using the changeset viewer.