diff --git a/top_nav.php b/top_nav.php
index b961cb91..1c5e3765 100644
--- a/top_nav.php
+++ b/top_nav.php
@@ -28,33 +28,37 @@
-
- '1.4.5' ) { // Check DB Version REMOVE on Decemeber 1st 2024 -Johnny ?>
- while ($row = mysqli_fetch_array($sql_custom_links)) {
- $custom_link_name = nullable_htmlentities($row['custom_link_name']);
- $custom_link_uri = nullable_htmlentities($row['custom_link_uri']);
- $custom_link_icon = nullable_htmlentities($row['custom_link_icon']);
- $custom_link_new_tab = intval($row['custom_link_new_tab']);
- if ($custom_link_new_tab == 1) {
- $target = "target='_blank' rel='noopener noreferrer'";
- } else {
- $target = "";
- }
+
+
+ while ($row = mysqli_fetch_array($sql_custom_links)) {
+ $custom_link_name = nullable_htmlentities($row['custom_link_name']);
+ $custom_link_uri = nullable_htmlentities($row['custom_link_uri']);
+ $custom_link_icon = nullable_htmlentities($row['custom_link_icon']);
+ $custom_link_new_tab = intval($row['custom_link_new_tab']);
+ if ($custom_link_new_tab == 1) {
+ $target = "target='_blank' rel='noopener noreferrer'";
+ } else {
+ $target = "";
+ }
- -
- class="nav-link">
-
-
-
+ ?>
-
-
+ -
+ class="nav-link">
+
+
+
+
+
+
+
+