mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Add link to Mountain QRP Club references
When SIG id MQC link the SIG_INFO value to the proper reference page from Mountain QRP Club's website.
This commit is contained in:
parent
502c46907e
commit
2b87f7e9a9
1 changed files with 3 additions and 0 deletions
|
|
@ -223,6 +223,9 @@
|
|||
case "GMA":
|
||||
echo "<td><a href=\"https://www.cqgma.org/zinfo.php?ref=".$row->COL_SIG_INFO."\" target=\"_blank\">".$row->COL_SIG_INFO."</a></td>";
|
||||
break;
|
||||
case "MQC":
|
||||
echo "<td><a href=\"https://www.mountainqrp.it/awards/referenza.php?ref=".$row->COL_SIG_INFO."\" target=\"_blank\">".$row->COL_SIG_INFO."</a></td>";
|
||||
break;
|
||||
case "WWFF":
|
||||
echo "<td><a href=\"https://wwff.co/directory/?showRef=".$row->COL_SIG_INFO."\" target=\"_blank\">".$row->COL_SIG_INFO."</a></td>";
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue