Make WordPress Core


Ignore:
Timestamp:
05/24/2003 10:25:39 PM (22 years ago)
Author:
saxmatt
Message:

Path fixes.

File:
1 edited

Legend:

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

    r83 r84  
    3131<head>
    3232<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    33 <link rel="stylesheet" href="<?php echo $b2inc; ?>/b2.css" type="text/css" />
     33<link rel="stylesheet" href="b2.css" type="text/css" />
    3434</head>
    3535<body>
     
    4848?><html>
    4949<head>
    50 <title>b2 > sidebar</title>
    51 <link rel="stylesheet" href="<?php echo $b2inc; ?>/b2.css" type="text/css">
     50<title>WordPress > sidebar</title>
     51<link rel="stylesheet" href="b2.css" type="text/css">
    5252<?php
    5353if ($use_spellchecker) {
     
    7474<!--
    7575body {
    76     background-image: url('b2-img/b2minilogo.png');
     76    background-image: url('../b2-img/b2minilogo.png');
    7777    background-repeat: no-repeat;
    7878    background-position: 50px 90px;
     
    8484    background-color: transparent;
    8585<?php if ($is_gecko || $is_macIE) { ?>
    86     background-image: url('b2-img/bgbookmarklet.png');
     86    background-image: url('../b2-img/bgbookmarklet.png');
    8787<?php } elseif ($is_winIE) { ?>
    8888    background-color: #dddddd;
     
    107107</head>
    108108<body>
    109 <!--<table width="100%" cellpadding="0" cellspacing="0">
    110 <td><img src="b2-img/b2minilogo.png"></td>
    111 </table>
    112 -->
     109
    113110<form name="post" action="b2edit.php" method="POST" accept-charset="iso-8859-1">
    114111<input type="hidden" name="action" value="post" />
Note: See TracChangeset for help on using the changeset viewer.