You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213 |
- <?php
- /*
- * Project Teknik - By Chris Woodward
- * Integration of all my services under one roof.
- * Maybe awesome?
- */
-
- require_once('../includes/config.php');
-
- include('../templates/'.$CONF['template'].'/header.php');
- include('main.php');
- include('../templates/'.$CONF['template'].'/footer.php');
- ?>
|