mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Add link to general GMA page
This commit is contained in:
@@ -326,7 +326,16 @@
|
||||
<?php if($row->COL_SIG != null) { ?>
|
||||
<tr>
|
||||
<td><?= __("Sig"); ?></td>
|
||||
<td><?php echo $row->COL_SIG; ?></td>
|
||||
<?php
|
||||
switch ($row->COL_SIG) {
|
||||
case "GMA":
|
||||
echo "<td><a href=\"https://cqgma.org/\" target=\"_blank\">".$row->COL_SIG."</a></td>";
|
||||
break;
|
||||
default:
|
||||
echo "<td>".$row->COL_SIG."</td>";
|
||||
break;
|
||||
}
|
||||
?>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user