| 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#abb_ios">Privacy Policy</a> |
|
juliandoucette
2017/08/09 12:49:58
- Shouldn't this be 2015 - 2017?
- This section of
j.nink
2017/08/09 13:04:25
No, 2017 is fine. From a German law perspective th
juliandoucette
2017/08/09 15:41:51
Noted.
(For my information:)
Does this copyright
j.nink
2017/08/09 17:15:43
only to the website content (meaning text, imagine
juliandoucette
2017/09/01 12:34:39
Judith responded via IRC
Judith Nink -> juliandou
juliandoucette
2017/09/13 12:15:36
Change this URL to https://adblockplus.org/en/priv
ire
2017/09/13 12:28:21
Done.
|
| </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> |