djforth/theclearidea
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<?php
$body_class = 'copyright';
$page_title = 'The Clear Idea | Copyright'; /* Page title goes here */
include("includes/header.php");
?>
<div class="content">
<h2 class="main">Copyright</h2>
<p>The contents of these pages are © That Clear Idea Ltd. The copying or incorporation into any other work of part or all of the material available on this web-site in any form is prohibited, save that you may download content specifically marked as available for use and insertion onto your own site on the strict condition that you acquire no interest in the copyright and that if and to the extent that you edit the contents of this site for whatever purpose, That Clear Idea Ltd takes no responsibility for such edited version whatsoever. Note also the requirement that you acknowledge That Clear Idea Ltd as the source of the material, except in areas showing such acknowledgement is not required.</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
<?php
include("includes/footer.php");
?>