another final version
This commit is contained in:
parent
ab1ca6cc43
commit
e1b3603738
@ -57,6 +57,11 @@ if ($get == 'exit') {
|
|||||||
</div>
|
</div>
|
||||||
<h1>Академия</h1>
|
<h1>Академия</h1>
|
||||||
<div><?php if (!empty($status)) err($status); ?></div>
|
<div><?php if (!empty($status)) err($status); ?></div>
|
||||||
|
<div class="appblock appblock-main">
|
||||||
|
<span class="legend">Информация</span>
|
||||||
|
<span class="wrap">Кредиты<span class="num"><?= $user['money'] ?></span></span>
|
||||||
|
<span class="wrap">Уровень персонажа<span class="num"><?= $user['level'] ?></span></span>
|
||||||
|
</div>
|
||||||
<div class="appblock">
|
<div class="appblock">
|
||||||
<span class="legend">Наёмник</span>
|
<span class="legend">Наёмник</span>
|
||||||
<?php if (empty($user['prof2'])): ?>
|
<?php if (empty($user['prof2'])): ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user