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.
123456789101112131415 |
- <?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');
-
- set_page_title("Teknik's Privacy Policy");
- ?>
|