mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 22:42:57 +00:00
Update news to plug new SotC
This commit is contained in:
parent
35536f5060
commit
bc64789d06
2 changed files with 6 additions and 0 deletions
|
@ -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 );
|
||||
|
|
3
news.php
3
news.php
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue