Файл: templates/privacy.php
Строк: 52
<?php
/**
Author: Pro Chatrooms
Software: Avatar Chat
Url: http://www.prochatrooms.com
Copyright 2007-2010 All Rights Reserved
Avatar Chat and all of its source code/files are protected by Copyright Laws.
The license for Avatar Chat permits you to install this software on a single domain only (.com, .co.uk, .org, .net, etc.).
Each additional installation requires an additional software licence, please contact us for more information.
You may NOT remove the copyright information and credits for Avatar Chat unless you have been granted permission.
Avatar Chat is NOT free software - For more details http://www.prochatrooms.com/software_licence.php
**/
?>
<html>
<head>
<title>Avatar Chat - Privacy Policy</title>
<style>
.body
{
color: #000000;
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
background-image: url('images/logo.jpg');
background-repeat:repeat-x;
}
a:link
{
text-decoration: none;
color: #006699;;
}
a:visited
{
text-decoration: none;
color: #006699;;
}
a:active
{
text-decoration: none;
color: #006699;;
}
a:hover
{
text-decoration: underline;
color: #006699;;
}
</style>
</head>
<body class='body' marginwidth='10' marginheight='4' leftmargin='10' rightmargin='10' topmargin='4' bottommargin='0'>
<b>Avatar Chat - Privacy Policy</b>
<br><br>
Your privacy policy goes here...
</body>
</html>