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:
Alessio Caiazza
2022-08-16 13:49:06 +02:00
parent 502c46907e
commit 2b87f7e9a9

View File

@@ -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;