Comment out SAT Timers menu item in header

The SAT Timers dropdown link in the header has been commented out, removing it from the navigation menu. This may be for temporary deactivation or pending further updates.
pull/3318/head
Peter Goodhall 2025-08-08 18:40:47 +01:00
rodzic a6b5efbb55
commit ca8a81bb5c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -201,7 +201,7 @@
<a class="dropdown-item" href="<?php echo site_url('bandmap/list'); ?>" title="Bandmap"><i class="fa fa-bezier-curve"></i> <?php echo lang('menu_bandmap'); ?></a>
<?php } ?>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="<?php echo site_url('sattimers'); ?>" title="SAT Timers"><i class="fas fa-satellite"></i> SAT Timers</a>
<!-- a class="dropdown-item" href="<?php echo site_url('sattimers'); ?>" title="SAT Timers"><i class="fas fa-satellite"></i> SAT Timers</a> -->
</div>
</li>