Замена short_tags и <?php echo.

This commit is contained in:
2023-03-31 19:54:33 +03:00
parent fdf063d527
commit 1b5bf26294
214 changed files with 3978 additions and 4014 deletions

View File

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