1 2 3 4 5 6 7 8 9 10 11 12 | <?php include('template.inc.php'); include_header_documents("About"); include_once('../include/common.inc.php'); ?> <h1>About</h1> Written and managed by Alex Sadleir (maxious [at] lambdacomplex.org) <?php include_footer_documents(); ?> |