From d2c28e6ae76cca6ee6fd735d96323ebe19819f15 Mon Sep 17 00:00:00 2001 From: jhuesser Date: Thu, 7 Jun 2018 21:59:41 +0200 Subject: [PATCH] add contact fields --- policy.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy.php b/policy.php index d0f7a1e..8b1d41a 100644 --- a/policy.php +++ b/policy.php @@ -34,4 +34,9 @@ The most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser or taking a look at the About Cookies website which offers guidance for all modern browsers"); + echo "

" . _("Contact & Privacy Policy") . "

"; + echo "

" . _("Contact") . "

"; + echo "##name##
"; + echo "##email##
"; + Template::render_footer();