Changeset 2017 for trunk/wp-content/themes/kubrick/header.php
- Timestamp:
- 12/30/2004 11:40:56 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/kubrick/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/kubrick/header.php
r2013 r2017 1 <?php /* Don't remove this line. */ require(ABSPATH . 'wp-blog-header.php'); ?>2 3 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 2 <html xmlns="http://www.w3.org/1999/xhtml"> 5 3 6 <head profile="http://gmpg.org/xfn/1 ">7 <title><?php bloginfo('name'); ?> <?php if ( ($withcomments) or ($single)) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>4 <head profile="http://gmpg.org/xfn/11"> 5 <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> 8 6 9 7 <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.