From 70f1b08c69c483122717979a7e91c6eed20cbed9 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Mon, 14 Sep 2015 16:25:36 +0200 Subject: [ticket/14139] Add class of IDs to html tags --- phpBB/styles/prosilver/template/overall_footer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/styles/prosilver/template/overall_footer.html') diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index ecba72f6f4..a90aad15f2 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -3,7 +3,7 @@ - @@ -79,7 +79,7 @@ "message": "{LA_COOKIE_CONSENT_MSG}", "dismiss": "{LA_COOKIE_CONSENT_OK}", "link": "{LA_COOKIE_CONSENT_INFO}", - "href": "{LA_COOKIE_CONSENT_HREF}" + "href": "{UA_PRIVACY}" } }); }); -- cgit v1.2.1 From 7284bf588343bbb0969eade27821ffbf77d43ab3 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 31 May 2018 22:26:17 +0200 Subject: [ticket/15676] Use twig syntax PHPBB3-15676 --- phpBB/styles/prosilver/template/overall_footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/overall_footer.html') diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index cc93615a15..a8e3b72d97 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -11,7 +11,7 @@ {CREDIT_LINE}
{TRANSLATION_INFO} -
{L_PRIVACY_LINK} | {L_TERMS_LINK} +
{{ lang('PRIVACY_LINK') }} | {{ lang('TERMS_LINK') }}
{DEBUG_OUTPUT}
{L_ACP} -- cgit v1.2.1 From 4c3cb4bc5c9f4fafdac856c359ecb77838d6d36a Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Mon, 18 Jun 2018 13:34:02 +0200 Subject: [ticket/13043] Improve HTML5 PHPBB3-13043 --- phpBB/styles/prosilver/template/overall_footer.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/styles/prosilver/template/overall_footer.html') diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index b01b0bb213..0808267e7e 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -40,13 +40,13 @@ {RUN_CRON_TASK} - - - + + + -