Whoops, i18n the index page

This commit is contained in:
james 2004-12-20 13:48:44 +00:00
parent 1b393c1bb0
commit e7140302d2

View File

@ -1,8 +1,7 @@
<?
include "common.inc.php";
send_header($config['fairname']);
?>
Welcome to the online registration and management system for the fair. Using the links on the left the public can register as a participant or register as a judge.
echo i18n("Welcome to the online registration and management system for the fair. Using the links on the left the public can register as a participant or register as a judge.
<br />
<br />
@ -12,8 +11,8 @@ The committee can use the Fair Administration link to manage the fair, see who's
The SFIAB configuration link is for the committee webmaster to manage the configuration of the Science Fair In A Box for the fair.
");
<?
send_footer();
?>