Замена short_tags и <?php echo.
This commit is contained in:
@@ -227,8 +227,8 @@ if ($u->info['ability'] > 0 || $u->info['skills'] > 0) {
|
||||
Ничьих: <?= number_format($u->info['nich'], 0, ",", " "); ?><br/>
|
||||
Серия побед: <?= $u->info['swin'] ?><br>
|
||||
Серия поражений: <?= $u->info['slose'] ?><br>
|
||||
Деньги: <b><?php echo $u->info['money']; ?> кр.</b> </br>
|
||||
Деньги: <b style="color:green"><?php echo $u->info['money2']; ?> екр.</b> </br>
|
||||
Деньги: <b><?= $u->info['money']; ?> кр.</b> </br>
|
||||
Деньги: <b style="color:green"><?= $u->info['money2']; ?> екр.</b> </br>
|
||||
|
||||
<?php
|
||||
if ($u->stats['pbe'] > 0) {
|
||||
|
||||
Reference in New Issue
Block a user