Assorted changes, plus moved most of the links files to subdir wp-links.

git-svn-id: https://develop.svn.wordpress.org/trunk@36 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little
2003-05-22 01:28:49 +00:00
parent af0f13e97d
commit 46cb4a07cf
4 changed files with 27 additions and 29 deletions
+2 -3
View File
@@ -22,7 +22,6 @@
<body>
<h1 id="header"><a href="<?php echo $siteurl; ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
<div id="content">
<!-- // b2 loop start -->
@@ -105,8 +104,8 @@
<li><a href="b2register.php">register</a></li>
</ul>
</li>
<?php include_once('links.php') ?>
<?php include_once('links.weblogs.com.php') ?>
<?php require_once('wp-links/links.php') ?>
<?php require_once('wp-links/links.weblogs.com.php') ?>
<li>Links:
<ul>
<?php get_links(-1, '<li>', '</li>', '', 0, '_updated', 0, 0, -1, 1 )?>