Changeset 96 for trunk/index.php
- Timestamp:
- 05/25/2003 12:43:31 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r56 r96 1 1 <?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; 2 2 require('blog.header.php'); 3 require( 'wp-links/links.php');4 require( 'wp-links/links.weblogs.com.php');3 require($abspath.'wp-links/links.php'); 4 require($abspath.'wp-links/links.weblogs.com.php'); 5 5 ?> 6 6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> … … 14 14 15 15 <style type="text/css" media="screen"> 16 @import url( <?php echo $ pathserver; ?>/layout2b.css );16 @import url( <?php echo $siteurl; ?>/layout2b.css ); 17 17 </style> 18 18 19 <link rel="stylesheet" type="text/css" media="print" href="<?php echo $ pathserver; ?>/print.css" />19 <link rel="stylesheet" type="text/css" media="print" href="<?php echo $siteurl; ?>/print.css" /> 20 20 <link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" /> 21 21 <link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)