1 2 3 4 5 6 7 8 9 10 11
<?php include('template.inc.php'); include_header_documents(""); include_once('../include/common.inc.php'); ?> <h1>About</h1> <?php include_footer_documents(); ?>