<?php
/**************************************************************************************************
| Scritter Script
| http://www.scritterscript.com
| webmaster@scritterscript.com
|
|**************************************************************************************************
|
| By using this software you agree that you have read and acknowledged our End-User License
| Agreement available at http://www.scritterscript.com/eula.html and to be bound by it.
|
| Copyright (c) 2011 ScritterScript.com. All rights reserved.
|**************************************************************************************************/
include("include/config.php");
include("include/functions/import.php");
$pagetitle = "$lang[333]";
STemplate::assign('pagetitle',$pagetitle);
STemplate::assign('error',$error);
//TEMPLATES BEGIN
STemplate::display('header.tpl');
STemplate::display('terms_of_use.tpl');
STemplate::display('footer.tpl');
//TEMPLATES END
?>