Changeset 84 for trunk/wp-admin/b2sidebar.php
- Timestamp:
- 05/24/2003 10:25:39 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/b2sidebar.php
r83 r84 31 31 <head> 32 32 <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" /> 34 34 </head> 35 35 <body> … … 48 48 ?><html> 49 49 <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"> 52 52 <?php 53 53 if ($use_spellchecker) { … … 74 74 <!-- 75 75 body { 76 background-image: url(' b2-img/b2minilogo.png');76 background-image: url('../b2-img/b2minilogo.png'); 77 77 background-repeat: no-repeat; 78 78 background-position: 50px 90px; … … 84 84 background-color: transparent; 85 85 <?php if ($is_gecko || $is_macIE) { ?> 86 background-image: url(' b2-img/bgbookmarklet.png');86 background-image: url('../b2-img/bgbookmarklet.png'); 87 87 <?php } elseif ($is_winIE) { ?> 88 88 background-color: #dddddd; … … 107 107 </head> 108 108 <body> 109 <!--<table width="100%" cellpadding="0" cellspacing="0"> 110 <td><img src="b2-img/b2minilogo.png"></td> 111 </table> 112 --> 109 113 110 <form name="post" action="b2edit.php" method="POST" accept-charset="iso-8859-1"> 114 111 <input type="hidden" name="action" value="post" />
Note: See TracChangeset
for help on using the changeset viewer.