clipbucket/upload/contactus.php
2009-08-25 12:16:42 +00:00

16 lines
No EOL
603 B
PHP

<?php
/*
****************************************************************************************************
| Copyright (c) 2007-2008 Clip-Bucket.com. All rights reserved. |
| @ Author : ArslanHassan |
| @ Software : ClipBucket , © PHPBucket.com |
****************************************************************************************************
*/
require 'includes/config.inc.php';
$pages->page_redir();
subtitle('contactus');
Template('header.html');
Template('message.html');
Template('contactus.html');
Template('footer.html');
?>