boinc/html/project.sample/project_news.inc

15 lines
218 B
PHP

<?php
$project_news = array(
array("March 1, 2004",
"Sample news item",
"Sample news item title"
),
array("March 2, 2004",
"Another item",
"Another item title"
)
);
?>