mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixed show station name option
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<th class="center"><?= __("Mode"); ?></th>
|
||||
<th class="center"><?= __("Callsign"); ?></th>
|
||||
<?php
|
||||
$showStationName = $this->optionslib->get_option('groupedSearchShowStationName');
|
||||
$showStationName = $groupedSearchShowStationName;
|
||||
if ($showStationName == 'on'): ?>
|
||||
<th class="center"><?= __("Station Name"); ?></th>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user