1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14974] make cookie notice configurable via language files

PHPBB3-14974
This commit is contained in:
Rubén Calvo
2017-03-13 03:05:29 +01:00
parent 5d597787eb
commit 74f1b19dfe
2 changed files with 3 additions and 1 deletions

View File

@@ -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>