Moderator options
This commit is contained in:
parent
fdbb881398
commit
f89df2f625
@ -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'];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user