summaryrefslogtreecommitdiffstats
path: root/templates/show_live_streams.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_live_streams.inc.php')
-rw-r--r--templates/show_live_streams.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_live_streams.inc.php b/templates/show_live_streams.inc.php
index b315922c..631ee177 100644
--- a/templates/show_live_streams.inc.php
+++ b/templates/show_live_streams.inc.php
@@ -50,9 +50,9 @@ foreach ($object_ids as $radio_id) {
<?php } //end foreach ($artists as $artist) ?>
<tr class="th-bottom">
<th class="cel_add"><?php echo _('Add'); ?></th>
- <th class="cel_streamname"><?php echo Ajax::text('?page=browse&action=set_sort&sort=name',_('Name'),'live_stream_sort_name'); ?></th>
- <th class="cel_callsign"><?php echo Ajax::text('?page=browse&action=set_sort&sort=call_sign',_('Callsign'),'live_stream_call_sign'); ?></th>
- <th class="cel_frequency"><?php echo Ajax::text('?page=browse&action=set_sort&sort=frequency',_('Frequency'),'live_stream_frequency'); ?></th>
+ <th class="cel_streamname"><?php echo Ajax::text('?page=browse&action=set_sort&sort=name',_('Name'),'live_stream_sort_name_bottom'); ?></th>
+ <th class="cel_callsign"><?php echo Ajax::text('?page=browse&action=set_sort&sort=call_sign',_('Callsign'),'live_stream_call_sign_bottom'); ?></th>
+ <th class="cel_frequency"><?php echo Ajax::text('?page=browse&action=set_sort&sort=frequency',_('Frequency'),'live_stream_frequency_bottom'); ?></th>
<th class="cel_genre"><?php echo _('Genre'); ?></th>
<th class="cel_action"><?php echo _('Action'); ?> </th>
</tr>