More changes for new admin path. Removed relocated files.

Moved some more files from b2-include to wp-admin.


git-svn-id: https://develop.svn.wordpress.org/trunk@40 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little
2003-05-22 22:51:40 +00:00
parent 6bd0db0727
commit 1109a73a5d
42 changed files with 89 additions and 5057 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ $b2_htmltranswinuni = array(
# these are used for b2's interface design
$tabletop = "\t<table cellspacing=\"0\" cellpadding=\"1\" width=\"85%\" border=\"0\" bgcolor=\"#cccccc\" align=\"center\">\n\t<td align=\"left\">\n\t\t<table cellspacing=\"0\" cellpadding=\"15\" width=\"100%\" border=\"0\"bgcolor=\"#ffffff\" align=\"center\">\n\t\t<td align=\"left\">\n";
$tablebottom = "\t\t</td>\n\t</table>\n\t</td>\n\t</table>\n";
$blankline = '<img src="b2-img/blank.gif" width="10" height="5" border="0" /><br />';
$blankline = '<img src="../b2-img/blank.gif" width="10" height="5" border="0" /><br />';
# on which page are we ?
$PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF'];