ZnoteAAC/contact.php
2013-08-28 23:44:46 +02:00

6 lines
186 B
PHP

<?php require_once 'engine/init.php'; include 'layout/overall/header.php'; ?>
<h1>Contact</h1>
<p>TODO: Edit the contact details here.</p>
<?php include 'layout/overall/footer.php'; ?>