Замена short_tags и <?php echo.
This commit is contained in:
@@ -53,7 +53,7 @@ if($u->room['file']=='ruine_enter') {
|
||||
<tr>
|
||||
<td>
|
||||
<div style="padding-left:0px;" align="center">
|
||||
<h3><? echo $u->room['name']; ?></h3>
|
||||
<h3><?= $u->room['name']; ?></h3>
|
||||
</div>
|
||||
</td>
|
||||
<td width="200" valign="top"><div align="right">
|
||||
@@ -64,14 +64,14 @@ if($u->room['file']=='ruine_enter') {
|
||||
<table border="0" cellpadding="0" cellspacing="0">
|
||||
<tr align="right" valign="top">
|
||||
<td><!-- -->
|
||||
<? echo $goLis; ?>
|
||||
<?= $goLis; ?>
|
||||
<!-- -->
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td nowrap="nowrap"><table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#DEDEDE">
|
||||
<tr>
|
||||
<td bgcolor="#D3D3D3"><img src="https://img.new-combats.com/i/move/links.gif" width="9" height="7" /></td>
|
||||
<td bgcolor="#D3D3D3" nowrap="nowrap"><a href="#" id="greyText" class="menutop" onclick="location='main.php?loc=1.180.0.323&rnd=<? echo $code; ?>';">Большая парковая улица</a></td>
|
||||
<td bgcolor="#D3D3D3" nowrap="nowrap"><a href="#" id="greyText" class="menutop" onclick="location='main.php?loc=1.180.0.323&rnd=<?= $code; ?>';">Большая парковая улица</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
@@ -207,4 +207,4 @@ if($u->room['file']=='ruine_enter') {
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<? } ?>
|
||||
<?php } ?>
|
||||
|
||||
Reference in New Issue
Block a user