mirror of https://github.com/BOINC/boinc.git
13 lines
151 B
PHP
13 lines
151 B
PHP
|
<?
|
||
|
|
||
|
$project_news = array(
|
||
|
array("March 1, 2004",
|
||
|
"Sample news item"
|
||
|
),
|
||
|
array("March 2, 2004",
|
||
|
"Another item"
|
||
|
)
|
||
|
);
|
||
|
|
||
|
?>
|