mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
[Visual decorations] Small decoration for header of the log overview view.
This commit is contained in:
parent
d836177708
commit
df0c64a67d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 } ?>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue