Changeset 214

Show
Ignore:
Timestamp:
06/12/03 22:43:34 (5 years ago)
Author:
mikelittle
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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