Fraenkiman 57851cdebb Closes #325
- Adds the CookieBanner plugin
Features:
- Simple discrete CookieBanner, localized
- Font and color depend on the style used
- When activated, a link to the privacy policy is provided in the contact form and in the comment function.
- The static page is provided during setup. The FlatPress admin only has to insert the content.

This encourages the FlatPress admin to at least familiarize himself with the legal requirements of his region and to protect himself from possible legal consequences with this plugin.
2024-02-15 01:13:37 +01:00

10 lines
603 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$baseurl = BLOG_BASEURL;
$lang ['plugin'] ['cookiebanner'] = array(
'bannertext' => 'Χρησιμοποιώ <a href="https://el.wikipedia.org/wiki/HTTP_cookies" title="Wikipedia" target="_blank">cookies</a> ' . //
'για να διασφαλίσω ότι αυτός ο ιστότοπος λειτουργεί αξιόπιστα και με ασφάλεια.',
'ok' => 'ΣΥΜΦΩΝΩ',
'notice_text' => 'Επεξεργάζομαι τα δεδομένα σας σύμφωνα με την <a href="' . $baseurl . 'static.php?page=privacy-policy">Πολιτική απορρήτου</a>.'
);
?>