Замена short_tags и <?php echo.
This commit is contained in:
@@ -255,7 +255,7 @@ if ($u->room['file'] == 'commision2') {
|
||||
<tr align="right" valign="top">
|
||||
<td>
|
||||
<!-- -->
|
||||
<? echo $goLis; ?>
|
||||
<?= $goLis; ?>
|
||||
<!-- -->
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
@@ -268,8 +268,8 @@ if ($u->room['file'] == 'commision2') {
|
||||
width="9" height="7"/></td>
|
||||
<td bgcolor="#D3D3D3" nowrap><a href="#" id="greyText"
|
||||
class="menutop"
|
||||
onclick="location='main.php?loc=1.180.0.9&rnd=<? echo $code; ?>';"
|
||||
title="<? thisInfRm(
|
||||
onclick="location='main.php?loc=1.180.0.9&rnd=<?= $code; ?>';"
|
||||
title="<?php thisInfRm(
|
||||
'1.180.0.9', 1
|
||||
); ?>">Центральная Площадь</a>
|
||||
</td>
|
||||
@@ -287,7 +287,7 @@ if ($u->room['file'] == 'commision2') {
|
||||
<div align="right">
|
||||
<small>
|
||||
Масса: <?= $u->aves['now'] ?>/<?= $u->aves['max'] ?> <br/>
|
||||
У вас в наличии: <b style="color:#339900;"><?php echo round($u->info['money'], 2); ?>кр.</b>
|
||||
У вас в наличии: <b style="color:#339900;"><?= round($u->info['money'], 2); ?>кр.</b>
|
||||
|
||||
</small>
|
||||
</div>
|
||||
@@ -330,5 +330,5 @@ if ($u->room['file'] == 'commision2') {
|
||||
</table>
|
||||
<br>
|
||||
<div id="textgo" style="visibility:hidden;"></div>
|
||||
<? } ?>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user