forked from science-ation/science-ation
add registration pages
This commit is contained in:
parent
0e93f59524
commit
efdf49d000
@ -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
7
register_judges.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?
|
||||
require("common.inc.php");
|
||||
send_header("Judges Registration");
|
||||
|
||||
|
||||
send_footer();
|
||||
?>
|
6
register_participants.php
Normal file
6
register_participants.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?
|
||||
require("common.inc.php");
|
||||
send_header("Participant Registration");
|
||||
|
||||
send_footer();
|
||||
?>
|
Loading…
Reference in New Issue
Block a user