$title = "Announcements"; ?>
$edit = "no"; ?>
$topLeft = "/left_nav_images/wind.html"; ?>
$headerFile = getenv("DOCUMENT_ROOT")."sparc/header.html"; ?>
$footerFile = getenv("DOCUMENT_ROOT")."sparc/footer.html"; ?>
include($headerFile); ?>
SPARC Announcements
include_once("/home/html/admin/announcement_classes.inc");
$info = new Info();
$info->addCat(34);
$info->setHeader('sparc');
$info->setFooter('sparc');
$info->timeRange('all');
$info->numberToShow('all');
$info->sort('desc');
$info->preTemplate("\n");
$info->postTemplate("
\n");
$info->showShortDes();
$info->shortDesTemplate("[[short_des]] |
");
echo $info->getItems();
?>
include($footerFile); ?>