Changeset 56 for trunk/index.php
- Timestamp:
- 05/23/2003 01:49:31 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/index.php (modified) (4 diffs)
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; 2 require('blog.header.php'); 3 require('wp-links/links.php'); 4 require('wp-links/links.weblogs.com.php'); 5 ?> 2 6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 7 <html xmlns="http://www.w3.org/1999/xhtml"> … … 73 77 74 78 <ul> 75 <li>QuickLinks:79 <li>Links: 76 80 <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 )?> 81 82 </ul> 82 83 </li> … … 87 88 </li> 88 89 <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*/ ?>"> 90 91 <div> 91 92 <input type="text" name="s" size="15" /><br /> … … 105 106 </ul> 106 107 </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>114 108 <li>Misc: 115 109 <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> 118 114 </ul> 119 115 </li>
Note: See TracChangeset
for help on using the changeset viewer.