Changeset 36 for trunk/index.php
- Timestamp:
- 05/22/2003 01:28:49 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r28 r36 22 22 <body> 23 23 <h1 id="header"><a href="<?php echo $siteurl; ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1> 24 25 24 26 25 <div id="content"> … … 106 105 </ul> 107 106 </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') ?> 110 109 <li>Links: 111 110 <ul>
Note: See TracChangeset
for help on using the changeset viewer.