| Current Path : /var/www/cesa.co.za/relay/include/ |
| Current File : /var/www/cesa.co.za/relay/include/reg.php |
<?php
if ((time()>=$startteamreg) && (time()<=$endteamreg)) {
?>
<br/>
<h1>Choose who you will be registering as:</h1>
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td>
<a href="<?php echo $pagename;?>?sec=reg" style="color:blue">Company</a>
</td>
</tr>
<tr>
<td>
<a href="<?php echo $pagename;?>?sec=unireg" style="color:blue">University</a>
</td>
</tr>
</table>
<?php
} else {
echo "<p>Registrations are not open for this event.</p>";
}
?>