<? $title = "Projects"; ?>
<? $edit = 'no'; ?>
<? $headerFile = getenv("DOCUMENT_ROOT")."header.html"; ?>
<? $footerFile = getenv("DOCUMENT_ROOT")."footer.html"; ?>
<? include($headerFile); ?>

<H3>Archived Projects at the Center</H3>
<P>Listed below are websites for projects that are no longer active at the Center. A list of <A href="/center_info/projects.html">current projects can be found here</A>.</P>

<?
	include_once('/home/html/admin/private/affiliates/organization_template_classes.inc/');
	$orgTemplate = new ProjectsTemplate();
	$orgTemplate->addOrgType('8');
	echo $orgTemplate->getTemplate(); 
?>

<? include($footerFile); ?>
