Замена short_tags и <?php echo.
This commit is contained in:
@@ -611,7 +611,7 @@ if ($r == 1) {
|
||||
<?php if ($e1 != '') { ?>
|
||||
<br/>
|
||||
<div align="left" style="height:18px;"><font
|
||||
color="#FF0000"><b><?php echo $e1; ?></b></font></div>
|
||||
color="#FF0000"><b><?= $e1; ?></b></font></div>
|
||||
<?php } ?>
|
||||
У вас на счету: <b style="color:#158e1d"><?= $u->info['money'] ?></b> кр.<br/>
|
||||
Передать кредиты, минимально 1 кр. Комиссия составит 5%<br/>
|
||||
@@ -729,7 +729,7 @@ if ($r == 1) {
|
||||
<table border="0" cellpadding="0" cellspacing="0">
|
||||
<tr align="right" valign="top">
|
||||
<td><!-- -->
|
||||
<?php echo $goLis; ?>
|
||||
<?= $goLis; ?>
|
||||
<!-- -->
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user