Index: templates/default.tmpl |
=================================================================== |
--- a/templates/default.tmpl |
+++ b/templates/default.tmpl |
@@ -61,17 +61,17 @@ |
<h1>{{title|translate("title")}}</h1> |
{% endif %} |
{{body|safe}} |
</div> |
</div> |
<footer> |
<div class="content-block"> |
<p> |
- © 2015 <a href="https://eyeo.com/">Eyeo GmbH</a> / Adblock Browser™ and <a href="https://adblockplus.org/">Adblock Plus™</a> are registered trademarks of Eyeo GmbH |
+ © 2017 <a href="https://eyeo.com/">Eyeo GmbH</a> / Adblock Browser™ and <a href="https://adblockplus.org/">Adblock Plus™</a> are registered trademarks of Eyeo GmbH / <a href="https://adblockplus.org/en/privacy#adblock-browser-android">Privacy Policy</a> |
</p> |
<select id="language"> |
{% for lang in available_locales %} |
<option |
{% if locale == lang %}selected="selected"{% endif %} |
value="{{source.resolve_link(page, lang)[1]}}"> |
{{config.get("langnames", lang)}} |
</option> |