Skip to:
Content

BuddyPress.org

Ticket #126: 126-patch.diff

File 126-patch.diff, 595 bytes (added by lancewillett, 16 years ago)

better title

  • trunk/themes/tdac-home/header.php

     
    55<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    66
    7 <title><?php bloginfo('name'); ?></title>
     7<title><?php wp_title('&raquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
    88
    99<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />