]> arthur.barton.de Git - ngircd-web.git/commitdiff
Store image of Flattr button locally
authorAlexander Barton <alex@barton.de>
Mon, 19 Aug 2013 19:20:42 +0000 (21:20 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 19 Aug 2013 19:20:42 +0000 (21:20 +0200)
common/flattr-badge-large.png [new file with mode: 0644]
includes/common.php

diff --git a/common/flattr-badge-large.png b/common/flattr-badge-large.png
new file mode 100644 (file)
index 0000000..1105305
Binary files /dev/null and b/common/flattr-badge-large.png differ
index 05deb25c35a87a64b6a6af23e2c64fa0fcf02e81..2d290117230e4ab4931c88189b603090b1abdd8a 100644 (file)
@@ -66,7 +66,7 @@ function end_page() {
        echo '<p id="footer">ngIRCd &copy;2001-2013 Alexander Barton and ';
        echo '<a href="doc/AUTHORS">Contributors</a><br />';
        echo '<a href="http://flattr.com/thing/343331/ngIRCd" target="_blank">';
-       echo '<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" />';
+       echo '<img src="common/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" />';
        echo '</a></p>';
        echo '</div></body></html>';
 }