Замена short_tags и <?php echo.
This commit is contained in:
@@ -25,7 +25,7 @@ while($row = mysql_fetch_assoc($Query)){
|
||||
<td><a target="_blank" href="?mod=dungeon&r=' . $row['dungeon_id'] . '">Карта</a></td>
|
||||
</tr>';
|
||||
}
|
||||
?><script src="https://<? echo $c['img']; ?>/js/jx/jquery.js" type="text/javascript"></script>
|
||||
?><script src="https://<?= $c['img']; ?>/js/jx/jquery.js" type="text/javascript"></script>
|
||||
<div align="left">
|
||||
<h3 style="text-align:left;">Список пещер</h3>
|
||||
</div>
|
||||
@@ -42,7 +42,7 @@ while($row = mysql_fetch_assoc($Query)){
|
||||
|
||||
<td bgcolor="#C0C2C0" colspan="3"><div align="center">Возможности</div></td>
|
||||
</tr>
|
||||
<?php echo $dungeon_list; ?>
|
||||
<?= $dungeon_list; ?>
|
||||
</table>
|
||||
</div>
|
||||
<a href="../../adminion/mod/?mod=dungeon_edit" title="Добавить пещеру">Добавить пещеру</a>
|
||||
Reference in New Issue
Block a user