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

@@ -64,6 +64,7 @@
</div>
<select class="form-control select2" name="location" required>
<option value="1" <?php if ($custom_link_location == 1) { echo "selected"; } ?> >Main Side Nav</option>
<option value="2" <?php if ($custom_link_location == 2) { echo "selected"; } ?> >Top Nav (Icon Required)</option>
</select>
</div>
</div>