Moderator options

This commit is contained in:
lopar 2018-11-01 02:40:06 +02:00
parent fdbb881398
commit f89df2f625
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ if (isset($_GET['do']) && $isModerator == true) {
$count = $datacount["CountNumber"];
$lasttimedb = db::c()->query('SELECT `date` FROM `forum` WHERE `parent` = ?i ORDER BY `id` DESC', $row['id'])->fetch_assoc();
$lasttime = $lasttimedb['date'];
echo "<div class=\"mBodyBlock rounded rc6\" style='background-color: #ddd;max-width: 300px;overflow-x: auto;word-wrap: break-word;'>
echo "<div class=\"mBodyBlock rounded rc6\" style='background-color: #ddd;margin: 2px;overflow-x: auto;word-wrap: break-word; box-shadow: 1px 2px 3px #ccc'>
<p class=pleft>" . ($row['fix'] ? "📌 " : "") . "<a href='?topic=" . $row['id'];
if (isset($_GET['conf'])) echo "&konftop=" . $_GET['conf'];