Changeset 704 for trunk/wp-admin/admin-header.php
- Timestamp:
- 01/03/2004 05:21:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r703 r704 52 52 <head> 53 53 <title>WordPress › <?php bloginfo('name') ?> › <?php echo $title; ?></title> 54 <link rel="stylesheet" href=" ../wp-images/wp-admin.css" type="text/css" />55 <link rel="shortcut icon" href=" wp-favicon.png" />54 <link rel="stylesheet" href="wp-admin.css" type="text/css" /> 55 <link rel="shortcut icon" href="../wp-images/wp-favicon.png" /> 56 56 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" /> 57 57 <?php
Note: See TracChangeset
for help on using the changeset viewer.