Make WordPress Core

Changeset 373 for trunk/index.php


Ignore:
Timestamp:
09/19/2003 11:13:09 PM (21 years ago)
Author:
mikelittle
Message:

archives now track option setting. Calendar on by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r343 r373  
    8686 <li>Archives:
    8787    <ul>
    88      <?php get_archives('monthly'); ?>
     88     <?php get_archives(); ?>
    8989    </ul>
     90 </li>
     91 <li>Calendar:
     92    <ul>
     93        <?php include_once('b2calendar.php')?>
     94    </ul>
    9095 </li>
    9196 <li>Other:
Note: See TracChangeset for help on using the changeset viewer.