Changeset 9376 for trunk/wp-content/themes/default/header.php
- Timestamp:
- 10/28/2008 04:53:52 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/header.php
r8999 r9376 11 11 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 12 12 13 <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>13 <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> 14 14 15 15 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
Note: See TracChangeset
for help on using the changeset viewer.