Замена short_tags.
This commit is contained in:
@@ -157,11 +157,11 @@ if($u->room['file']=='enterbezdna_shop')
|
||||
<small>
|
||||
Масса: <?=$u->aves['now']?>/<?=$u->aves['max']?> <br />
|
||||
У вас в наличии: <b style="color:#339900;"><?= round($u->info['money'],2); ?> кр.</b>
|
||||
<?
|
||||
<?php
|
||||
if($u->info['level'] < 8) {
|
||||
?>
|
||||
<br />Зубов: <?=$u->zuby($u->info['money4'])?>
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</small>
|
||||
@@ -171,7 +171,7 @@ if($u->room['file']=='enterbezdna_shop')
|
||||
</div>
|
||||
<div style="background-color:#A5A5A5;padding:1"><center><B>Отделы магазина</B></center></div>
|
||||
<div style="line-height:17px;">
|
||||
<?
|
||||
<?php
|
||||
/*названия разделов (справа)*/
|
||||
$otdels_array = array (
|
||||
1=>'Рыцарское задание',
|
||||
@@ -205,6 +205,6 @@ if($u->room['file']=='enterbezdna_shop')
|
||||
</table>
|
||||
<br>
|
||||
<div id="textgo" style="visibility:hidden;"></div>
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user