Make WordPress Core

Changeset 21 for trunk/index.php


Ignore:
Timestamp:
05/12/2003 10:33:47 PM (21 years ago)
Author:
mikelittle
Message:

Added in a version of b2links with update from
weblogs.com.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r19 r21  
    104104    </ul>
    105105 </li>
     106 <?php include_once('links.php') ?>
     107 <?php include_once('links.weblogs.com.php') ?>
     108 <li>Links:
     109    <ul>
     110        <?php get_links(-1, '<li>', '</li>', '', 0, '_updated', 0, 0, -1, 1 )?>
     111    </ul>
     112 </li>
    106113 <li>Misc:
    107114    <ul>
Note: See TracChangeset for help on using the changeset viewer.