diff --git a/admin_custom_link.php b/admin_custom_link.php index 6ae720b1..cb116357 100644 --- a/admin_custom_link.php +++ b/admin_custom_link.php @@ -94,6 +94,11 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); $custom_link_order_display = $custom_link_order; } $custom_link_location = intval($row['custom_link_location']); + if ($custom_link_location == 1) { + $custom_link_location_display = "Main Side Nav"; + } else { + $custom_link_location_display = "Top Nav"; + } ?> @@ -105,7 +110,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - +