mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 11:24:52 +00:00
Tidying
This commit is contained in:
@@ -94,7 +94,7 @@ $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) {
|
||||
if ($custom_link_location == 1) {
|
||||
$custom_link_location_display = "Main Side Nav";
|
||||
} else {
|
||||
$custom_link_location_display = "Top Nav";
|
||||
|
||||
Reference in New Issue
Block a user