mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 03:31:13 +00:00
[Visual decorations] Small decoration for header of the log overview view.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<h2><?php echo lang('gen_hamradio_logbook'); ?></h2>
|
||||
<?php if ($results) { ?>
|
||||
<h6><?php echo lang('gen_hamradio_logbook').": ".$this->logbooks_model->find_name($this->session->userdata('active_station_logbook')); ?> <?php echo lang('general_word_location').": ".$this->stations->find_name(); ?></h6>
|
||||
<h6><?php echo lang('gen_hamradio_logbook').": <b>".$this->logbooks_model->find_name($this->session->userdata('active_station_logbook')); ?></b> <?php echo lang('general_word_location').": <b>".$this->stations->find_name(); ?></b></h6>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user