Замена 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
+5 -5
View File
@@ -177,7 +177,7 @@ if( $u->room['file'] == 'dungeon_shop' ) {
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#DEDEDE">
<tr>
<td bgcolor="#D3D3D3"><img src="//img.new-combats.tech/i/move/links.gif" width="9" height="7" /></td>
<?
<?php
if( isset($getout_room) ){
echo '<td bgcolor="#D3D3D3" nowrap><a href="#" id="greyText" class="menutop" onclick="location=\'main.php?loc='.$getout_room['code'].'&rnd='.$code.'\'" title="';
echo thisInfRm($getout_room['code'],1);
@@ -196,11 +196,11 @@ if( $u->room['file'] == 'dungeon_shop' ) {
<small>
Масса: <?=$u->aves['now']?>/<?=$u->aves['max']?> &nbsp;<br />
У вас в наличии: <b style="color:#339900;"><?= round($u->info['money'],2); ?> кр.</b> &nbsp;
<?
<?php
if($u->info['level'] < 8) {
?>
<br />Зубов: <?=$u->zuby($u->info['money4'])?> &nbsp; &nbsp;
<?
<?php
}
?>
</small>
@@ -210,7 +210,7 @@ if( $u->room['file'] == 'dungeon_shop' ) {
</div>
<div style="background-color:#A5A5A5;padding:1"><center><B>Отделы магазина</B></center></div>
<div style="line-height:17px;">
<?
<?php
/*названия разделов (справа)*/
$otdels_array = array (
1=>'Рыцарское задание',
@@ -249,6 +249,6 @@ if( $u->room['file'] == 'dungeon_shop' ) {
</table>
<br>
<div id="textgo" style="visibility:hidden;"></div>
<?
<?php
}
?>