From 1fb41193ccb479efa52fd22bdf1a204a4ff218a2 Mon Sep 17 00:00:00 2001 From: "Zephaniah E. Hull" Date: Mon, 20 Mar 2000 05:41:28 +0000 Subject: [PATCH] This should work.. --- cur_news.php | 7 ------- index.php | 1 + news.php | 1 + news_funcs.php | 8 ++++++++ old_news.php | 7 ------- 5 files changed, 10 insertions(+), 14 deletions(-) create mode 100644 news_funcs.php diff --git a/cur_news.php b/cur_news.php index d66c00a..85e878a 100644 --- a/cur_news.php +++ b/cur_news.php @@ -1,11 +1,4 @@
Posted on ' . $date . ' by ' . $user . '
' . - '
' . $text . '
' . - '
'; - } - $newsItem = '

A new State of the Code 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. UPDATE: There\'s new info there, check it out'; newsItem( '18 Mar 2000', 'Knghtbrd', $newsItem ); diff --git a/index.php b/index.php index f1f530e..619f6f1 100644 --- a/index.php +++ b/index.php @@ -26,6 +26,7 @@ diff --git a/news.php b/news.php index 22fa21e..23786db 100644 --- a/news.php +++ b/news.php @@ -24,6 +24,7 @@

Posted on ' . $date . ' by ' . $user . '
' . + '
' . $text . '
' . + '
'; + } +?> diff --git a/old_news.php b/old_news.php index 6e724d7..1dde9d0 100644 --- a/old_news.php +++ b/old_news.php @@ -1,11 +1,4 @@
Posted on ' . $date . ' by ' . $user . '
' . - '
' . $text . '
' . - '
'; - } - $newsItem = '

It turns out that our newest core member, Dan Olson, was responsible for the Hexen port to Linux.' . '

QuakeWorld Forever is considering hosting a mirror of the QuakeForge CVS in Australia for better access in that location.' . '

Jason Nelson has successfuly built all targets in win9x/NT/win2k, he\'s working on some glitches in some of the targets.' .