Замена short_tags и <?php echo.
This commit is contained in:
@@ -26,7 +26,7 @@ if($u->room['file']=='loto2')
|
||||
</div>
|
||||
</div>
|
||||
<p id="ekrMessage">Стоимость платной прокрутки - 5 Еврокредитов! У Вас в наличии - <b id="ekr">---</b> Екр.<br>
|
||||
<?if ($u->info['money2']>=5){?><button class="buttonRuletka" onclick="(<?php echo json_encode($idve) ?>)" formmethod="get">Запустить игру!</button><?}
|
||||
<?if ($u->info['money2']>=5){?><button class="buttonRuletka" onclick="(<?= json_encode($idve) ?>)" formmethod="get">Запустить игру!</button><?}
|
||||
else
|
||||
{}?>
|
||||
<button class="buttonsElements">Предметы и шансы</button>
|
||||
@@ -518,14 +518,14 @@ if($u->room['file']=='loto2')
|
||||
<tr align="right" valign="top">
|
||||
<td>
|
||||
<!-- -->
|
||||
<? echo $goLis; ?>
|
||||
<?= $goLis; ?>
|
||||
<!-- -->
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td nowrap="nowrap">
|
||||
<tr>
|
||||
<td bgcolor="#D3D3D3"><img src="https://img.new-combats.com/i/move/links.gif" width="9" height="7" /></td>
|
||||
<td bgcolor="#D3D3D3" nowrap><a href="#" id="greyText" class="menutop" onclick="location='main.php?loc=1.180.0.371&rnd=<? echo $code; ?>';" title="<? thisInfRm('1.180.0.371',1); ?>">Бесплатное Лото</a></td>
|
||||
<td bgcolor="#D3D3D3" nowrap><a href="#" id="greyText" class="menutop" onclick="location='main.php?loc=1.180.0.371&rnd=<?= $code; ?>';" title="<?php thisInfRm('1.180.0.371',1); ?>">Бесплатное Лото</a></td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user