diff --git a/phpBB/install/update_to_202.php b/phpBB/install/update_to_202.php index e3691d1d68..9920435b4f 100644 --- a/phpBB/install/update_to_202.php +++ b/phpBB/install/update_to_202.php @@ -77,7 +77,7 @@ hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} .ok {color:green} /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ -@import url("templates/subSilver/formIE.css"); +@import url("../templates/subSilver/formIE.css"); --> @@ -87,8 +87,8 @@ hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} - - + +
Forum HomeUpdating to latest stable releaseForum HomeUpdating to latest stable release
diff --git a/phpBB/install/update_to_203.php b/phpBB/install/update_to_203.php index 3e0c0176cd..a073471ce2 100644 --- a/phpBB/install/update_to_203.php +++ b/phpBB/install/update_to_203.php @@ -77,7 +77,7 @@ hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} .ok {color:green} /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ -@import url("templates/subSilver/formIE.css"); +@import url("../templates/subSilver/formIE.css"); --> @@ -87,8 +87,8 @@ hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} - - + +
Forum HomeUpdating to latest stable releaseForum HomeUpdating to latest stable release
diff --git a/phpBB/install/update_to_204.php b/phpBB/install/update_to_204.php index 4629d05cde..3573ec1999 100644 --- a/phpBB/install/update_to_204.php +++ b/phpBB/install/update_to_204.php @@ -51,8 +51,6 @@ include($phpbb_root_path . 'includes/functions_admin.'.$phpEx); include($phpbb_root_path . 'includes/functions_search.'.$phpEx); include($phpbb_root_path . 'includes/db.'.$phpEx); -$batch = (isset($HTTP_GET_VARS['batch'])) ? $HTTP_GET_VARS['batch'] : false; - // // // @@ -82,7 +80,7 @@ hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} .ok {color:green} /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ -@import url("templates/subSilver/formIE.css"); +@import url("../templates/subSilver/formIE.css"); --> @@ -92,8 +90,8 @@ hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} - - + +
Forum HomeUpdating to latest stable releaseForum HomeUpdating to latest stable release
diff --git a/phpBB/install/upgrade.php b/phpBB/install/upgrade.php index 9883738599..b73e5567b6 100644 --- a/phpBB/install/upgrade.php +++ b/phpBB/install/upgrade.php @@ -88,11 +88,10 @@ function common_header() the page which called the style sheet (i.e. this page in the root phpBB directory) whereas all other browsers see image paths relative to the style sheet. Stupid NS again! */ -TH { background-image: url(templates/subSilver/images/cellpic3.gif) } -TD.cat { background-image: url(templates/subSilver/images/cellpic1.gif) } -TD.rowpic { background-image: url(templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y } -td.icqback { background-image: url(templates/subSilver/images/icon_icq_add.gif); background-repeat: no-repeat } -TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: url(templates/subSilver/images/cellpic1.gif) } +th { background-image: url('../templates/subSilver/images/cellpic3.gif') } +td.cat { background-image: url('../templates/subSilver/images/cellpic1.gif') } +td.rowpic { background-image: url('../templates/subSilver/images/cellpic2.jpg'); background-repeat: repeat-y } +td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url('../templates/subSilver/images/cellpic1.gif') } font,th,td,p,body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt } a:link,a:active,a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; color : #006699; font-size:11pt } @@ -104,7 +103,7 @@ hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} .ok {color:green} /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ -@import url("templates/subSilver/formIE.css"); +@import url("../templates/subSilver/formIE.css"); --> @@ -114,7 +113,7 @@ hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} - +
Forum HomeForum Home Upgrading to phpBB 2.0