Стили по неправильным путям.
This commit is contained in:
parent
d84a36fa31
commit
fc67abd069
9
main.php
9
main.php
@ -2209,19 +2209,17 @@ if (input::get('edit')) {
|
||||
</TD>
|
||||
<!--Меню-->
|
||||
<TD valign=top>
|
||||
<link rel="stylesheet" href="/i/btn.css" type="text/css">
|
||||
<IMG SRC="http://i.oldbk.com/i/1x1.gif" WIDTH="1" HEIGHT="5" BORDER=0 ALT="">
|
||||
<link rel="stylesheet" href="css/btn.css" type="text/css">
|
||||
<div align=right class="btn-control inventory">
|
||||
<FORM METHOD=POST ACTION="?edit=1" name=f1>
|
||||
|
||||
</div>
|
||||
|
||||
<TD valign=top>
|
||||
<link rel="stylesheet" href="/i/btn.css" type="text/css">
|
||||
<IMG SRC="http://i.oldbk.com/i/1x1.gif" WIDTH="1" HEIGHT="5" BORDER=0 ALT="">
|
||||
<link rel="stylesheet" href="css/btn.css" type="text/css">
|
||||
<div align=right class="btn-control inventory">
|
||||
<FORM METHOD=POST ACTION="?edit=1" name=f1>
|
||||
<? if ($user['shadow'] == '0.gif'): ?>
|
||||
<? if ($user['shadow'] == '0.gif' OR $user['admin']== 1): ?>
|
||||
<INPUT class="button-mid btn" TYPE="submit" name="setshadow" value="Образы" title="Образы">
|
||||
<? endif; ?>
|
||||
<INPUT class="button-mid btn" TYPE=button name=combats value="Поединки"
|
||||
@ -2230,7 +2228,6 @@ if (input::get('edit')) {
|
||||
onClick="location.href='module_quest.php';" style="font-weight:bold;">
|
||||
<INPUT class="button-mid btn" TYPE="button" onClick="location.href='main.php';" value="Вернуться"
|
||||
title="Вернуться">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user