blob: e9d98a7e853c81bbea30b9e6c437ed28d04faeb6 [file] [log] [blame]
<?php $areaRelative = "."; require_once "$areaRelative/_defs.php"; include "$areaRoot/_header.php";
########################################################################
//$pageTitle = "";
//$pageKeywords = "";
$pageAuthor = "Eike Stepper";
print '<div id="midcolumn">';
print '<h2>'.$areaTitle.'</h2>';
print "<p>If you would like to contribute to CDO please take a look at the <a href='$areaPath/process'>CDO Development Proccess</a></p>";
print "<br><br><br><br><br><br><br><br><br>\n";
//include "$projectRoot/tools/placeholder.html";
print '</div>';
########################################################################
include "$areaRoot/_footer.php"; ?>