Changeset 64 for trunk/wp-content/themes/xpress_default/header.php
- Timestamp:
- Jan 8, 2009, 9:20:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/header.php
r1 r64 7 7 <title><?php bloginfo('name'); 8 8 if ( is_single() ) { 9 _e('» Blog Archive', ' kubrick');9 _e('» Blog Archive', 'xpress'); 10 10 } 11 11 wp_title(); ?></title> 12 12 13 13 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> 14 <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', ' kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />15 <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', ' kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />14 <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'xpress'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" /> 15 <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'xpress'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" /> 16 16 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 17 17 <?php
Note: See TracChangeset
for help on using the changeset viewer.