white screen

This commit is contained in:
lopar
2020-08-30 04:09:52 +03:00
parent 666376b4e6
commit 713f426328
2 changed files with 27 additions and 18 deletions

View File

@@ -526,7 +526,7 @@ if ($edit) {
<td style="vertical-align: top; width: 350px">
<?php $showUser->showUserDoll(0, 1); ?> <!-- Первый столбец -->
<div align="center">
<a href='main.php?edit=1&undress=all'>Снять все</a><BR>
<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->id, 2) ?>
</div>