Замена short_tags и <?php echo.
This commit is contained in:
@@ -277,7 +277,7 @@ if(isset($file) && $file[0]=='shop_kat.php')
|
||||
<tr align="right" valign="top">
|
||||
<td>
|
||||
<!-- -->
|
||||
<? echo $goLis; ?>
|
||||
<?= $goLis; ?>
|
||||
<!-- -->
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
@@ -297,7 +297,7 @@ if(isset($file) && $file[0]=='shop_kat.php')
|
||||
<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>
|
||||
<?
|
||||
if($u->info['level'] < 8 && $c['zuby'] == true) {
|
||||
?>
|
||||
@@ -308,7 +308,7 @@ if(isset($file) && $file[0]=='shop_kat.php')
|
||||
</small>
|
||||
</div>
|
||||
<br />
|
||||
<INPUT class="btn" TYPE="button" value="Обновить" onclick="location = '<? echo str_replace('item','',str_replace('buy','',$_SERVER['REQUEST_URI'])); ?>';"><BR>
|
||||
<INPUT class="btn" TYPE="button" value="Обновить" onclick="location = '<?= str_replace('item','',str_replace('buy','',$_SERVER['REQUEST_URI'])); ?>';"><BR>
|
||||
</div>
|
||||
<div style="background-color:#A5A5A5;padding:1"><center><B>Отделы магазина</B></center></div>
|
||||
<div style="line-height:17px;">
|
||||
|
||||
Reference in New Issue
Block a user