mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 17:31:39 +00:00
Fixed it again. :)
This commit is contained in:
parent
8cb2372450
commit
6e1c7fcb4f
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
}
|
||||
$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.';
|
||||
$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.';
|
||||
newsItem( '18 Mar 2000', 'Knghtbrd', $newsItem );
|
||||
|
||||
$newsItem = '<P>Thanks to Deek we now have a brand new site layout which should be much more consistent.' .
|
||||
|
|
2
news.php
2
news.php
|
@ -46,7 +46,7 @@
|
|||
}
|
||||
$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.';
|
||||
$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.';
|
||||
newsItem( '18 Mar 2000', 'Knghtbrd', $newsItem );
|
||||
|
||||
$newsItem = '<P>Thanks to Deek we now have a brand new site layout which should be much more consistent.' .
|
||||
|
|
Loading…
Reference in a new issue