aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_footer.html
diff options
context:
space:
mode:
authorRubén Calvo <rubencm@gmail.com>2017-03-13 03:05:29 +0100
committerRubén Calvo <rubencm@gmail.com>2017-03-13 03:09:35 +0100
commit74f1b19dfe955f70fcc857e4bbd8921ec27dc82c (patch)
tree67e5509c039dd5744cd23ee17bbb15fdac8bcc72 /phpBB/styles/prosilver/template/overall_footer.html
parent5d597787eb49e202eec198d6b6416fb69ef15e3e (diff)
downloadforums-74f1b19dfe955f70fcc857e4bbd8921ec27dc82c.tar
forums-74f1b19dfe955f70fcc857e4bbd8921ec27dc82c.tar.gz
forums-74f1b19dfe955f70fcc857e4bbd8921ec27dc82c.tar.bz2
forums-74f1b19dfe955f70fcc857e4bbd8921ec27dc82c.tar.xz
forums-74f1b19dfe955f70fcc857e4bbd8921ec27dc82c.zip
[ticket/14974] make cookie notice configurable via language files
PHPBB3-14974
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_footer.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_footer.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html
index 413c93f79a..97a21f9a6e 100644
--- a/phpBB/styles/prosilver/template/overall_footer.html
+++ b/phpBB/styles/prosilver/template/overall_footer.html
@@ -76,7 +76,8 @@
"content": {
"message": "{LA_COOKIE_CONSENT_MSG}",
"dismiss": "{LA_COOKIE_CONSENT_OK}",
- "link": "{LA_COOKIE_CONSENT_INFO}"
+ "link": "{LA_COOKIE_CONSENT_INFO}",
+ "href": "{LA_COOKIE_CONSENT_HREF}"
}
})});
</script>