]> arthur.barton.de Git - ngircd-web.git/blobdiff - includes/common.php
Store image of Flattr button locally
[ngircd-web.git] / includes / common.php
index 00ba9b3c2d3c8431277e4690672cbc44709b6974..2d290117230e4ab4931c88189b603090b1abdd8a 100644 (file)
@@ -64,7 +64,10 @@ function begin_page($lang = 'en', $title = null) {
 function end_page() {
        echo '</div>';
        echo '<p id="footer">ngIRCd &copy;2001-2013 Alexander Barton and ';
-       echo '<a href="doc/AUTHORS">Contributors</a></p>';
+       echo '<a href="doc/AUTHORS">Contributors</a><br />';
+       echo '<a href="http://flattr.com/thing/343331/ngIRCd" target="_blank">';
+       echo '<img src="common/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" />';
+       echo '</a></p>';
        echo '</div></body></html>';
 }