FEATURE: Custom Links can be added to the Top Nav Note must have icons

This commit is contained in:
johnnyq
2024-10-10 16:51:00 -04:00
parent eaab9b75de
commit ab1c5ac631
4 changed files with 33 additions and 4 deletions

View File

@@ -193,7 +193,7 @@
<?php
$sql_custom_links = mysqli_query($mysqli, "SELECT * FROM custom_links WHERE custom_link_location = 1 AND custom_link_archived_at IS NULL
ORDER BY custom_link_order DESC, custom_link_name DESC"
ORDER BY custom_link_order DESC, custom_link_name ASC"
);
while ($row = mysqli_fetch_array($sql_custom_links)) {