1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Added new pref section GPDR and moved the "privacy policy" pref to this section

Added another pref for "terms and conditions"
This commit is contained in:
Achim Ennenbach
2018-08-28 12:28:41 +02:00
parent c0557966ec
commit 72897dcc17
2 changed files with 39 additions and 17 deletions

View File

@@ -296,5 +296,8 @@ define("PRFLAN_274", "Contact form will only be visible to this userclass group.
define("PRFLAN_275", "View this page using https (SSL) to modify this option");
define("PRFLAN_276", "PHP Default (Preferred)");
define("PRFLAN_277", "URL to the Privacy Policy");
define("PRFLAN_278", "Make sure the url exists! It's best to use an absolute url.");
define("PRFLAN_277", "GDPR Settings");
define("PRFLAN_278", "URL to the Privacy Policy");
define("PRFLAN_279", "Make sure the url exists! It's best to use an absolute url. This setting will be used on all places that require a consent from the user (e.g. signup, contact form/menu, etc.).");
define("PRFLAN_280", "URL to the website terms and conditions");
define("PRFLAN_281", "Make sure the url exists! It's best to use an absolute url. This setting will be used on all places that require a consent from the user (e.g. signup, contact form/menu, etc.).");