Add Privacy policy (#40)

* add contact fields

* added really simple privacy policy and install proccedure

* add link to policy in footer
This commit is contained in:
jhuesser
2018-08-02 11:48:10 +02:00
committed by Vojtěch Sajdl
parent 9e472db6f9
commit d923a9b88c
4 changed files with 65 additions and 1 deletions
+5
View File
@@ -7,6 +7,11 @@ define("TITLE", "##title##");
define("WEB_URL", "##url##"); //Used for links
define("MAILER_NAME", "##mailer##"); //Mailer name
define("MAILER_ADDRESS", "##mailer_email##"); //Mailer address
define("POLICY_NAME", "##policy_name##"); //name for contact in policy
define("ADDRESS", "##address##");
define("POLICY_MAIL", "##policy_mail##"); //contact email in policy
define("POLICY_PHONE", "##policy_phone##");
define("WHO_WE_ARE","##who_we_are##");
define("INSTALL_OVERRIDE", false);
define("DEFAULT_LANGUAGE", "en_GB");