Замена short_tags.
This commit is contained in:
@@ -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> ';
|
||||
}
|
||||
@@ -86,7 +86,7 @@ if($u->room['file']=='cp4') {
|
||||
</div></td>
|
||||
</tr>
|
||||
</table>
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user