Changeset 214 for trunk/index.php
- Timestamp:
- 06/12/2003 10:43:34 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r206 r214 1 1 <?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; 2 2 require_once('blog.header.php'); 3 require($abspath.'wp-links/links.php'); 3 require_once($abspath.'wp-links/links.php'); 4 // not on by default require_once($abspath.'wp-links/links.weblogs.com.php'); 5 4 6 ?> 5 7 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> … … 60 62 61 63 <ul> 62 <li>Links:64 <li>Links: 63 65 <ul> 64 66 <?php get_links(-1, '<li>', '</li>', '', 0, '_updated', 0, 0, -1, -1)?> … … 80 82 <li>Archives: 81 83 <ul> 82 <?php get_archives( 'monthly'); ?>84 <?php get_archives(); ?> 83 85 </ul> 84 86 </li> … … 98 100 </ul> 99 101 </li> 102 100 103 </ul> 101 104
Note: See TracChangeset
for help on using the changeset viewer.