16 lines
597 B
PHP
16 lines
597 B
PHP
![]() |
<?php
|
|||
|
/*
|
|||
|
****************************************************************************************************
|
|||
|
| Copyright (c) 2007-2008 Clip-Bucket.com. All rights reserved. |
|
|||
|
| @ Author : ArslanHassan |
|
|||
|
| @ Software : ClipBucket , <EFBFBD> PHPBucket.com |
|
|||
|
****************************************************************************************************
|
|||
|
*/
|
|||
|
require 'includes/config.inc.php';
|
|||
|
$pages->page_redir();
|
|||
|
subtitle('termofuse');
|
|||
|
Template('header.html');
|
|||
|
Template('message.html');
|
|||
|
Template('help.html');
|
|||
|
Template('footer.html');
|
|||
|
?>
|