diff --git a/top_nav.php b/top_nav.php
index 77f95ee3..5bfc67e3 100644
--- a/top_nav.php
+++ b/top_nav.php
@@ -31,11 +31,6 @@
- -
-
-
-
-
-
@@ -72,17 +67,15 @@
+ while ($row = mysqli_fetch_array($sql_notifications)) {
+ $notification_id = intval($row['notification_id']);
+ $notification_type = nullable_htmlentities($row['notification_type']);
+ $notification = nullable_htmlentities($row['notification']);
+ $notification_action = nullable_htmlentities($row['notification_action']);
+ $notification_timestamp = date('M d g:ia',strtotime($row['notification_timestamp']));
+ $notification_client_id = intval($row['notification_client_id']);
+ if(empty($notification_action)) { $notification_action = "#"; }
+ ?>
-
-
+
+