Skip to content

Commit a3196e5

Browse files
committed
Fine tune privacy policy link
1 parent 06cece7 commit a3196e5

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

language/en/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'CONSENTMANAGER_DEFAULT_BANNER_TITLE' => 'We value your privacy',
3131
'CONSENTMANAGER_DEFAULT_BANNER_TEXT' => 'This forum uses cookies to keep you signed in, secure your account, and ensure the site works properly. With your consent, we may also use optional cookies and similar technologies for analytics, marketing, and embedded media.',
3232
'CONSENTMANAGER_DEFAULT_BANNER_SUBTEXT' => 'You can change your preferences at any time in the Privacy Settings.',
33-
'CONSENTMANAGER_PRIVACY_POLICY_LINK' => 'Read our %s.',
33+
'CONSENTMANAGER_PRIVACY_POLICY_LINK' => 'Read our %s here.',
3434
'CONSENTMANAGER_CATEGORY_NECESSARY' => 'Necessary',
3535
'CONSENTMANAGER_CATEGORY_NECESSARY_EXPLAIN' => 'Required for forum security, authentication, and essential site functionality.',
3636
'CONSENTMANAGER_CATEGORY_ANALYTICS' => 'Analytics',

styles/all/template/event/overall_footer_body_after.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{% if S_CONSENTMANAGER_ENABLED %}
2-
{% set privacy_link %}
3-
<a class="consent-manager-policy-link" href="{{ U_PRIVACY }}">{{ lang('PRIVACY') }}</a>
4-
{% endset %}
2+
{% set privacy_link %}<a class="consent-manager-policy-link" href="{{ U_PRIVACY }}">{{ lang('PRIVACY') }}</a>{% endset %}
53
<div id="consent-manager-root" class="consent-manager-root">
64
<div class="consent-manager-banner" id="consent-manager-banner" role="region" aria-labelledby="consent-manager-banner-title" aria-describedby="consent-manager-banner-copy" hidden="hidden">
75
<h2 class="consent-manager-heading" id="consent-manager-banner-title">{{ CONSENTMANAGER_BANNER_TITLE }}</h2>

styles/all/theme/consentmanager.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@
7676
}
7777

7878
.consent-manager-policy-link {
79-
font-weight: 700;
80-
white-space: nowrap;
8179
color: var(--consent-manager-color-link);
8280
}
8381

0 commit comments

Comments
 (0)