Created
September 13, 2018 15:49
-
-
Save marc1706/481db3d9bdeff35863397fa1e9234175 to your computer and use it in GitHub Desktop.
prosilver changes phpBB 3.2.3-RC2 to 3.2.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html | |
index 2c2094c..083d974 100644 | |
--- a/phpBB/styles/prosilver/template/overall_footer.html | |
+++ b/phpBB/styles/prosilver/template/overall_footer.html | |
@@ -19,11 +19,11 @@ | |
<!-- EVENT overall_footer_copyright_append --> | |
<p class="footer-row"> | |
<a class="footer-link" href="{{ U_PRIVACY }}" title="{{ lang('PRIVACY_LINK') }}" role="menuitem"> | |
- <span class="footer-link-text">Privacy</span> | |
+ <span class="footer-link-text">{{ lang('PRIVACY_LINK') }}</span> | |
</a> | |
| | |
<a class="footer-link" href="{{ U_TERMS_USE }}" title="{{ lang('TERMS_LINK') }}" role="menuitem"> | |
- <span class="footer-link-text">Terms</span> | |
+ <span class="footer-link-text">{{ lang('TERMS_LINK') }}</span> | |
</a> | |
</p> | |
<!-- IF DEBUG_OUTPUT --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment