]> git.p6c8.net - jirafeau.git/commitdiff
[TASK] Remove useless title in TOS
authorJerome Jutteau <j.jutteau@gmail.com>
Fri, 9 Feb 2018 22:15:18 +0000 (23:15 +0100)
committerMojo <mojo@couak.net>
Fri, 16 Feb 2018 17:02:50 +0000 (17:02 +0000)
As "Terms of Service" is already included in the .txt version, no need to
have this header.

closes #144

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
tos.php

diff --git a/tos.php b/tos.php
index 826358dec72549862da280850f4221267cfbb9ab..313f0daee5fbeaec22cbeddb94a2ee612f6b8931 100644 (file)
--- 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');
 
 // Replace markers and print ToS
 require(JIRAFEAU_ROOT . 'lib/template/header.php');
 
-echo '<h2>Terms of Service</h2>';
 echo '<div>' . jirafeau_replace_markers($content, true) . '</div>';
 
 require(JIRAFEAU_ROOT . 'lib/template/footer.php');
 echo '<div>' . jirafeau_replace_markers($content, true) . '</div>';
 
 require(JIRAFEAU_ROOT . 'lib/template/footer.php');

patrick-canterino.de