Ticket #7338: 7338.001.diff
File 7338.001.diff, 1.5 KB (added by , 17 years ago) |
---|
-
wp-content/themes/classic/header.php
4 4 <head profile="http://gmpg.org/xfn/11"> 5 5 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 6 6 7 <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>7 <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> 8 8 9 9 <style type="text/css" media="screen"> 10 10 @import url( <?php bloginfo('stylesheet_url'); ?> ); -
wp-content/themes/default/header.php
4 4 <head profile="http://gmpg.org/xfn/11"> 5 5 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 6 6 7 <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>7 <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> 8 8 9 9 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> 10 10 <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />