mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
HTML/img/css path changes
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3205 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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");
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
@@ -92,8 +90,8 @@ hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
|
||||
<tr>
|
||||
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="Forum Home" vspace="1" /></td>
|
||||
<td align="center" width="100%" valign="middle"><span class="maintitle">Updating to latest stable release</span></td>
|
||||
<td><img src="../templates/subSilver/images/logo_phpBB.gif" border="0" alt="Forum Home" vspace="1" /></td>
|
||||
<td align="center" width="100%" valign="middle"><span class="maintitle">Updating to latest stable release</span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user