Update news to plug new SotC

This commit is contained in:
Joseph Carter 2000-03-19 07:46:24 +00:00
parent 35536f5060
commit bc64789d06
2 changed files with 6 additions and 0 deletions

View file

@ -50,6 +50,9 @@
}
$result = mysql_close( $conn );
} else {
$newsitem = '<P>A new <A HREF="http://quake.sourceforge.net/progress.php">State of the Code</A> address has been posted coitaining important information about support for MegaTF\'s upcoming Mega2k release. If you play MegaTF it is highly recommended that you read this less technical than usual SotC. Even if you don\'t play it, you probably should have a look.';
tableNewsItem( '18 Mar 2000', 'Knghtbrd', $newsItem );
$newsItem = '<P>Thanks to Deek we now have a brand new site layout which should be much more consistent.' .
'<P>In other news, the votes for the logo are still being submitted, but we should have something real soon now.';
newsItem( '06 Mar 2000', 'Mercury', $newsItem );

View file

@ -46,6 +46,9 @@
}
$result = mysql_close( $conn );
} else {
$newsitem = '<P>A new <A HREF="http://quake.sourceforge.net/progress.php">State of the Code</A> address has been posted coitaining important information about support for MegaTF\'s upcoming Mega2k release. If you play MegaTF it is highly recommended that you read this less technical than usual SotC. Even if you don\'t play it, you probably should have a look.';
tableNewsItem( '18 Mar 2000', 'Knghtbrd', $newsItem );
$newsItem = '<P>Thanks to Deek we now have a brand new site layout which should be much more consistent.' .
'<P>In other news, the votes for the logo are still being submitted, but we should have something real soon now.';
newsItem('06 Mar 2000', 'Mercury', $newsItem);