Add link to qrz/hamqth in QSO details

This commit is contained in:
phl0
2022-06-15 08:54:13 +02:00
parent e2b6a71d7c
commit 4e210f7706
3 changed files with 1 additions and 1 deletions

View File

@@ -59,7 +59,7 @@
<tr>
<td><?php echo $this->lang->line('gen_hamradio_callsign'); ?></td>
<td><b><?php echo str_replace("0","&Oslash;",strtoupper($row->COL_CALL)); ?></b></td>
<td><b><?php echo str_replace("0","&Oslash;",strtoupper($row->COL_CALL)); ?></b> <a target="_blank" href="https://www.qrz.com/db/<?php echo strtoupper($row->COL_CALL); ?>"><img width="16" height="16" src="<?php echo base_url(); ?>images/icons/qrz.png"></a> <a target="_blank" href="https://www.hamqth.com/<?php echo strtoupper($row->COL_CALL); ?>"><img width="16" height="16" src="<?php echo base_url(); ?>images/icons/hamqth.png"></a></td>
</tr>
<tr>

BIN
images/icons/hamqth.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
images/icons/qrz.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB