X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/5efae52e3028850bd88ed03945f5d912420a36d3..0ae47dc1924ca7682e89b64dcb85e4d1f758ff6e:/tos.php diff --git a/tos.php b/tos.php index 826358d..313f0da 100644 --- a/tos.php +++ b/tos.php @@ -32,7 +32,6 @@ if (is_readable(JIRAFEAU_ROOT . 'lib/tos.local.txt')) { // Replace markers and print ToS require(JIRAFEAU_ROOT . 'lib/template/header.php'); -echo '

Terms of Service

'; echo '
' . jirafeau_replace_markers($content, true) . '
'; require(JIRAFEAU_ROOT . 'lib/template/footer.php');