aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-05-31 22:15:36 +0200
committerMarc Alexander <admin@m-a-styles.de>2018-05-31 22:15:36 +0200
commit25a46ef4b3a79ff87f3ac9bf6b52fa97363809b6 (patch)
treee05ace690a399927c27e899d34bc969827e88e38 /phpBB/styles
parentc6a35237a23d8d1e2ca7af72c5f31a42cad6df41 (diff)
downloadforums-25a46ef4b3a79ff87f3ac9bf6b52fa97363809b6.tar
forums-25a46ef4b3a79ff87f3ac9bf6b52fa97363809b6.tar.gz
forums-25a46ef4b3a79ff87f3ac9bf6b52fa97363809b6.tar.bz2
forums-25a46ef4b3a79ff87f3ac9bf6b52fa97363809b6.tar.xz
forums-25a46ef4b3a79ff87f3ac9bf6b52fa97363809b6.zip
[ticket/15676] Simplify link text and use privacy link in cookie notice
PHPBB3-15676
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/overall_footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html
index cb723a31f6..cc93615a15 100644
--- a/phpBB/styles/prosilver/template/overall_footer.html
+++ b/phpBB/styles/prosilver/template/overall_footer.html
@@ -11,7 +11,7 @@
{CREDIT_LINE}
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- EVENT overall_footer_copyright_append -->
- <br><a href="{U_PRIVACY}" title="{L_PRIVACY}" role="menuitem"><span>{L_PRIVACY}</span></a>&nbsp;&vert;&nbsp;<a href="{U_TERMS_USE}" title="{L_TERMS_USE}" role="menuitem"><span>{L_TERMS_USE}</span></a>
+ <br><a href="{U_PRIVACY}" title="{L_PRIVACY_LINK}" role="menuitem"><span>{L_PRIVACY_LINK}</span></a>&nbsp;&vert;&nbsp;<a href="{U_TERMS_USE}" title="{L_TERMS_LINK}" role="menuitem"><span>{L_TERMS_LINK}</span></a>
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
</div>
@@ -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}"
}
});
});