add email to about
[disclosr.git] / documents / about.php
1
2
3
4
5
6
7
8
9
10
11
<?php
 
include('template.inc.php');
include_header_documents("About");
include_once('../include/common.inc.php');
?>
<h1>About</h1>
<?php
include_footer_documents();
?>