Cloudlog/application/views/awards/index.php
Peter Goodhall cb922cfd02 [Awards][Wacral] Removes WACRAL view will be handled by SIG
This was legacy code when tracking WACRAL members use the SIG field and awards views system
2021-03-20 15:49:40 +00:00

12 行
323 B
PHP

<div class="container">
<h2><?php echo $page_title; ?></h2>
<nav class="nav">
<a class="nav-link" href="<?php echo site_url('awards/dxcc'); ?>">DXCC</a>
<a class="nav-link" href="<?php echo site_url('awards/sota'); ?>">SOTA</a>
<a class="nav-link" href="<?php echo site_url('awards/cq'); ?>">CQ</a>
</nav>
</div>