diff --git a/web/mustard/notifs.php b/web/mustard/notifs.php index 043599d..8e2cb94 100644 --- a/web/mustard/notifs.php +++ b/web/mustard/notifs.php @@ -304,6 +304,8 @@ if ($account['Level'] != 'guest') { + +
@@ -314,8 +316,16 @@ if ($account['Level'] != 'guest') { 2 => "sev-warning", 3 => "sev-error" ); + $seen_class = array( + 0 => "unseen", + 1 => "seen" + ); foreach ($notifs['notifs'] as $n) { - echo("
" . $n["Notification"] . "
\n"); + echo("
" . + $n["Notification"] . + "" . + "
\n"); } } ?>