Make WordPress Core


Ignore:
Timestamp:
11/25/2004 03:45:16 PM (21 years ago)
Author:
rboren
Message:

Admin tweaks from MooKitty.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r1856 r1880  
    55<head>
    66<title><?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?> &#8212; WordPress</title>
    7 <link rel="stylesheet" href="wp-admin.css" type="text/css" />
     7<link rel="stylesheet" href="<?php echo get_settings('siteurl') ?>/wp-admin/wp-admin.css" type="text/css" />
    88<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
    99<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
Note: See TracChangeset for help on using the changeset viewer.