Some admin look changes.

git-svn-id: https://develop.svn.wordpress.org/trunk@1468 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-07-21 01:59:09 +00:00
parent a4270969ce
commit 07c992bd39
2 changed files with 16 additions and 21 deletions

View File

@@ -51,7 +51,7 @@ if ($standalone == 0) :
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WordPress &rsaquo; <?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?></title>
<title><?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?> &#8212; WordPress</title>
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
@@ -133,7 +133,7 @@ window.onload = blurry;
</head>
<body>
<div id="wphead">
<h1><a href="http://wordpress.org" rel="external" title="<?php _e('Visit WordPress.org') ?>"><?php _e('WordPress') ?></a></h1>
<h1><?php bloginfo('name') ?></h1>
</div>
<?php