Changeset 47 for trunk/index.php
- Timestamp:
- 05/23/2003 11:23:44 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r36 r47 10 10 11 11 <style type="text/css" media="screen"> 12 @import url( <?php echo $ siteurl; ?>/layout2b.css );12 @import url( <?php echo $pathserver; ?>/layout2b.css ); 13 13 </style> 14 14 15 <link rel="stylesheet" type="text/css" media="print" href="<?php echo $ siteurl; ?>/print.css" />15 <link rel="stylesheet" type="text/css" media="print" href="<?php echo $pathserver; ?>/print.css" /> 16 16 <link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" /> 17 17 <link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.