]> arthur.barton.de Git - ngircd-web.git/blobdiff - includes/common.php
doc/GIT.txt is no more!
[ngircd-web.git] / includes / common.php
index 049285280ab10551d240657e1f2743335d01be9f..a52e94d53249459aa44069d626fbb17aa53fe49b 100644 (file)
@@ -54,7 +54,7 @@ function begin_page($lang = 'en', $title = null) {
                echo '<li><a href="download.php.en">Download</a></li>';
                echo '<li><a href="documentation.php.en">Documentation</a></li>';
                echo '<li><a href="support.php.en">Support</a></li>';
-               echo '<li><a href="bugtracker.php.en">Bug-Tracker</a></li>';
+               echo '<li><a href="bugtracker.php.en">Bug Tracker</a></li>';
        }
        echo '</ul><br style="clear:both">';
 
@@ -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-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 '</div></body></html>';
 }