]> arthur.barton.de Git - ngircd-web.git/blobdiff - includes/common.php
Update Copyright for 2018, remove Flattr
[ngircd-web.git] / includes / common.php
index a52e94d53249459aa44069d626fbb17aa53fe49b..2e9f2471c3ddd951ade0cbd170e585fed1fe65bf 100644 (file)
@@ -63,11 +63,8 @@ function begin_page($lang = 'en', $title = null) {
 
 function end_page() {
        echo '</div>';
-       echo '<p id="footer">ngIRCd &copy;2001-2017 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 '<p id="footer">ngIRCd &copy;2001-2018 Alexander Barton and ';
+       echo '<a href="doc/AUTHORS">Contributors</a>';
        echo '</div></body></html>';
 }