diff options
author | Daniel Meißner | 2015-03-02 11:05:29 +0100 |
---|---|---|
committer | Daniel Meißner | 2015-03-02 11:05:29 +0100 |
commit | 9dd79e8d05e43708b7bc8835f4480cf28428a6d9 (patch) | |
tree | a7003ba2345423f8052e4a47cbca00ad991ce27e /template/about.phtml | |
parent | 950907a75e7ba0c9548da7e054de8c66c6d66352 (diff) |
about: replaced dynamic flattr button to minimize user tracking
Diffstat (limited to 'template/about.phtml')
-rw-r--r-- | template/about.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/about.phtml b/template/about.phtml index 7369e7e..a5ed7f9 100644 --- a/template/about.phtml +++ b/template/about.phtml @@ -5,7 +5,9 @@ </p> <p> If you like what we're doing, you can flattr us:<br /><br /> - <script id='fbleqbu'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid=c3voc&button=compact&url=http%3A%2F%2Fstreaming.media.ccc.de%2F';f.title='Flattr';f.height=20;f.width=110;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fbleqbu');</script> + <a href="https://flattr.com/thing/3755795/"> + <img src="/assets/img/flattrbutton.png" alt="Flattr this" /> + </a> </p> |