diff options
Diffstat (limited to 'phpBB/templates/Default/agreement.tpl')
-rwxr-xr-x | phpBB/templates/Default/agreement.tpl | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/phpBB/templates/Default/agreement.tpl b/phpBB/templates/Default/agreement.tpl deleted file mode 100755 index e7f9dfd9e7..0000000000 --- a/phpBB/templates/Default/agreement.tpl +++ /dev/null @@ -1,33 +0,0 @@ -<tr> - <td> - <table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1"> - <tr> - <td> - <table border="0" width="100%" cellpadding="0" cellspacing="1"> - <tr class="tableheader"> - <td width="100%" align="center"><b>{SITENAME} Forums Registration Agreement<b></td> - </tr> - <tr class="tablebody" bgcolor="#CCCCCC"> - <td width="100%" style="{padding: 5px; font-size: 10pt;}"> - Registration to this forum is free! We do insist that you abide by the rules and policies detailed below. - If you agree to the terms, please press the Agree button at the end of the page. - <br> - Although the administrators and moderators of phpBB.com will attempt to keep all objectionable messages off this forum, - it is impossible for us to review all messages. All messages express the views of the author, the owners of phpBB.com - will be held responsible for the content of any message.<br> - <br> - By clicking the Agree button, you warrant that you will not post any messages that are obscene, vulgar, sexually-orientated, - hateful, threatening, or otherwise violative of any laws.<br> - <br> - The owners of phpBB.com and the moderators of this forum have the right to remove, edit, move or close any thread for any reason.<br> - <br> - <div align="center" style="{font-weight: bold;}"><a href="{U_AGREE_OVER13}">I Agree to these terms (and am over 13 years of age)</a> - <a href="{U_AGREE_UNDER13}">I Agree to these terms (and am <b>under</b> 13 years of age)</a> - <a href="{U_INDEX}">I do not agree to these terms</a></div> - </td> - </table> - </td> - </tr> - </table> - </td> -</tr> |