split imprint and privacy

important for german law
This commit is contained in:
Tealk 2021-04-15 16:17:14 +02:00
parent ee13a2e3eb
commit 6a556a6253
No known key found for this signature in database
GPG Key ID: 5FE349ABC863E7F9
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ define("POLICY_MAIL", "##policy_mail##"); //contact email in policy
define("POLICY_PHONE", "##policy_phone##");
define("WHO_WE_ARE","##who_we_are##");
define("POLICY_URL","##policy_url##");
define("IMPRINT_URL","##imprint_url##");
define("INSTALL_OVERRIDE", false);
define("DEFAULT_LANGUAGE", "en_GB");
define("CUSTOM_LOGO_URL",""); // This will use the default logo if left empty

View File

@ -221,7 +221,7 @@ class Template
</ul>
</div>
</div>
<div class="col-md-4 text-right"><a class="link-light" href="<?php echo POLICY_URL; ?>"><?php echo _("Imprint & Privacy Policy"); ?></a></div>
<div class="col-md-4 text-right"><a class="link-light" href="<?php echo IMPRINT_URL; ?>"><?php echo _("Imprint"); ?></a><a class="link-light" href="<?php echo POLICY_URL; ?>"><?php echo _("Privacy Policy"); ?></a></div>
</div>
<!--/row -->
</div>