diff --git a/forum.php b/forum.php index 8449b05..8c06ce6 100644 --- a/forum.php +++ b/forum.php @@ -409,23 +409,23 @@ if (isset($_GET['do']) && $isModerator == true) { $par_top = db::c()->query('SELECT `closepal`, `id` FROM `forum` WHERE `id` = "?s"', $_GET['topic'])->fetch_row(); if (((int)$par_top[1] != 0) || ((int)$_GET['konftop'] > 0)) { if ($row['close'] == 1) { - $close = "Открыть"; + $close = "🔓Открыть"; $closed = 1; $closepal = $row['closepal']; } else { - $close = "Закрыть"; + $close = "🔒Закрыть"; } if ($row['fix'] == 1) { $fix = "Открепить"; } else { - $fix = "Прикрепить"; + $fix = "📌Прикрепить"; } if ($isModerator): ?>
- | + |
Перемещение тем не работает.