Changeset 9376 for trunk/wp-content/themes/classic/header.php
- Timestamp:
- 10/28/2008 04:53:52 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/classic/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/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 wp_title(); ?></title>13 <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> 14 14 15 15 <style type="text/css" media="screen">
Note: See TracChangeset
for help on using the changeset viewer.