Отображение эффектов уехало в класс UserInfo. #1

This commit is contained in:
lopar
2021-03-11 21:47:52 +02:00
parent 4164046edb
commit 591e896968
4 changed files with 56 additions and 35 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ Template::header('Игра');
<div style="text-align: center;">
<a href='main.php?edit=1&undress=all' class="button">Снять все</a><BR>
<div class="effectList" style="padding-top: 15px; max-height: 150px; width: 220px;">
<?= show_eff_inf($user->getId()) ?>
<?= $userInfo->showUserEffects() ?>
</div>
</div>
<br>