Замена short_tags и <?php echo.

This commit is contained in:
2023-03-31 19:54:33 +03:00
parent fdf063d527
commit 1b5bf26294
214 changed files with 3978 additions and 4014 deletions

View File

@@ -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'] ?> &nbsp;<br/>
У вас в наличии: <b style="color:#339900;"><?php echo round($u->info['money'], 2); ?>кр.</b>
У вас в наличии: <b style="color:#339900;"><?= round($u->info['money'], 2); ?>кр.</b>
&nbsp;
</small>
</div>
@@ -330,5 +330,5 @@ if ($u->room['file'] == 'commision2') {
</table>
<br>
<div id="textgo" style="visibility:hidden;"></div>
<? } ?>
<?php } ?>