Make WordPress Core

Changeset 56 for trunk/index.php


Ignore:
Timestamp:
05/23/2003 01:49:31 PM (23 years ago)
Author:
saxmatt
Message:

Tweaks for first release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r47 r56  
    1 <?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ('blog.header.php'); ?>
     1<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1;
     2require('blog.header.php');
     3require('wp-links/links.php');
     4require('wp-links/links.weblogs.com.php');
     5?>
    26<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    37<html xmlns="http://www.w3.org/1999/xhtml">
     
    7377
    7478<ul>
    75  <li>Quick Links:
     79<li>Links:
    7680    <ul>
    77         <li><a href="http://wordpress.org" title="The Wordpress Organization">Wordpress</a></li>
    78         <li><a href="http://www.cafelog.com" title="b2's homepage">cafelog.com</a></li>
    79         <li><a href="http://some other site" title="another link">another link</a></li>
    80         <li><a href="http://photomatt.net" title="another link">another link</a></li>
     81        <?php get_links(-1, '<li>', '</li>', '', 0, '_updated', 0, 0, -1, 1 )?>
    8182    </ul>
    8283 </li>
     
    8788 </li>
    8889 <li>Search:
    89     <form name="searchform" method="get" action="<?php echo $PHP_SELF; /*$siteurl."/".$blogfilename*/ ?>">
     90    <form id="searchform" method="get" action="<?php echo $PHP_SELF; /*$siteurl."/".$blogfilename*/ ?>">
    9091    <div>
    9192        <input type="text" name="s" size="15" /><br />
     
    105106    </ul>
    106107 </li>
    107  <?php require_once('wp-links/links.php') ?>
    108  <?php require_once('wp-links/links.weblogs.com.php') ?>
    109  <li>Links:
    110     <ul>
    111         <?php get_links(-1, '<li>', '</li>', '', 0, '_updated', 0, 0, -1, 1 )?>
    112     </ul>
    113  </li>
    114108 <li>Misc:
    115109    <ul>
    116         <li><a href="b2rss.php"><img src="b2-img/xml.gif" alt="view this weblog as RSS !" width="36" height="14" border="0"  /></a></li>
    117         <li><a href="http://validator.w3.org/check/referer" title="this page validates as XHTML 1.0 Transitional"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" border="0" /></a></li>
     110        <li><a href="b2rss.php">RSS .92</a></li>
     111        <li><a href="b2rdf.php">RDF 1.0</a></li>
     112        <li><a href="b2rss2.php">RSS 2.0</a></li>
     113        <li><a href="http://validator.w3.org/check/referer" title="this page validates as XHTML 1.0 Transitional">Valid XHTML</a></li>
    118114    </ul>
    119115 </li>
Note: See TracChangeset for help on using the changeset viewer.