2004-06-09 19:09:16 +00:00
|
|
|
<?php
|
2004-05-31 18:13:01 +00:00
|
|
|
|
2003-08-26 18:33:21 +00:00
|
|
|
require_once("docutil.php");
|
2004-05-31 18:13:01 +00:00
|
|
|
require_once("../html/inc/news.inc");
|
2006-12-01 00:38:36 +00:00
|
|
|
require_once("boinc_news.php");
|
2004-03-21 00:10:15 +00:00
|
|
|
|
2004-05-31 18:13:01 +00:00
|
|
|
page_head("News archive");
|
2003-12-12 20:53:03 +00:00
|
|
|
|
2004-05-31 18:13:01 +00:00
|
|
|
show_old_news($project_news, 6);
|
2003-11-06 00:00:00 +00:00
|
|
|
|
2003-08-26 18:33:21 +00:00
|
|
|
page_tail();
|
2004-05-31 18:13:01 +00:00
|
|
|
|
2003-08-26 18:33:21 +00:00
|
|
|
?>
|