Замена short_tags.

This commit is contained in:
2023-03-31 21:42:06 +03:00
parent 01b504e677
commit c41f36644c
712 changed files with 1204 additions and 1227 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
<?
<?php
if(!defined('GAME'))
{
die();
@@ -16,7 +16,7 @@ if($u->room['file']=='cp4') {
<table border="0" cellpadding="0" cellspacing="0">
<tr align="right" valign="top">
<td>
<?
<?php
if( $u->error != '' ) {
if( $re != '' ) {
$re .= '<br>';
@@ -58,7 +58,7 @@ if($u->room['file']=='cp4') {
<div id="snow"></div>
<?= $goline; ?>
<div id="buttons_on_image" style="cursor:pointer; position:absolute; bottom:22px; right:25px; font-weight:bold; color:#D8D8D8; font-size:10px;">
<?
<?php
if( date('H') >= 22 || date('H') < 6 ) {
echo '<a style="color:#D8D8D8" style="cursor:pointer" onclick="top.useMagic(\'Нападение на персонажа\',\'night_atack\',\'pal_button8.gif\',1,\'main.php?nightatack=1\');">Напасть</a> &nbsp; ';
}
@@ -86,7 +86,7 @@ if($u->room['file']=='cp4') {
</div></td>
</tr>
</table>
<?
<?php
}
?>