why are Terms & Privavy hardcoded in overall_footer.html instead of using the language strings?
Link to style changes:
https://gist.github.com/marc1706/e53313e6b38bb7ab8280c8e7e8c72c40#file-prosilver_changes_3-2-2_to_3-2-3-rc2-html-diff-L22
'PRIVACY_LINK' => 'Privacy', |
'TERMS_LINK' => 'Terms', |
+ <a class="footer-link" href="{{ U_PRIVACY }}" title="{{ lang('PRIVACY_LINK') }}" role="menuitem"> |
<span class="footer-link-text">Privacy</span> |
</a>
|
|
|
<a class="footer-link" href="{{ U_TERMS_USE }}" title="{{ lang('TERMS_LINK') }}" role="menuitem"> |
<span class="footer-link-text">Terms</span> |
</a>
|