add registration pages

This commit is contained in:
james 2004-11-30 18:55:39 +00:00
parent 0e93f59524
commit efdf49d000
3 changed files with 15 additions and 0 deletions

View File

@ -155,6 +155,8 @@ if(count($config['languages'])>1)
<div id="main">
<?
if($title)
echo "<h2>$title</h2>";
}
function send_footer()

7
register_judges.php Normal file
View File

@ -0,0 +1,7 @@
<?
require("common.inc.php");
send_header("Judges Registration");
send_footer();
?>

View File

@ -0,0 +1,6 @@
<?
require("common.inc.php");
send_header("Participant Registration");
send_footer();
?>