]> arthur.barton.de Git - ngircd-web.git/blobdiff - includes/common.php
Store image of Flattr button locally
[ngircd-web.git] / includes / common.php
index 049285280ab10551d240657e1f2743335d01be9f..2d290117230e4ab4931c88189b603090b1abdd8a 100644 (file)
@@ -63,8 +63,11 @@ function begin_page($lang = 'en', $title = null) {
 
 function end_page() {
        echo '</div>';
-       echo '<p id="footer">ngIRCd &copy;2001-2012 Alexander Barton and ';
-       echo '<a href="doc/AUTHORS">Contributors</a></p>';
+       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="common/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" />';
+       echo '</a></p>';
        echo '</div></body></html>';
 }