mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 18:27:16 +00: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user