added fancy support for favicon in the admin area

git-svn-id: https://develop.svn.wordpress.org/trunk@703 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
michelvaldrighi
2004-01-03 05:12:32 +00:00
parent bc92fb243e
commit 6b4503e624
3 changed files with 17 additions and 4 deletions
+2 -1
View File
@@ -51,7 +51,8 @@ if ($standalone == 0) {
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WordPress &rsaquo; <?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?></title>
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
<link rel="stylesheet" href="../wp-images/wp-admin.css" type="text/css" />
<link rel="shortcut icon" href="wp-favicon.png" />
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />
<?php
if ($redirect==1) {