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
2 changed files with 2 additions and 1 deletions
+1 -1
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>