mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Add link to IOTA details map
This commit is contained in:
parent
96962e148b
commit
774a68ef9c
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@
|
|||
<?php if($row->COL_IOTA != null) { ?>
|
||||
<tr>
|
||||
<td><?php echo $this->lang->line('gen_hamradio_iota_reference'); ?></td>
|
||||
<td><?php echo $row->COL_IOTA; ?></td>
|
||||
<td><a href="https://www.iota-world.org/iotamaps/?grpref=<?php echo $row->COL_IOTA; ?>" target="_blank"><?php echo $row->COL_IOTA; ?></a></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue