]> arthur.barton.de Git - ngircd-web.git/blobdiff - includes/common.php
ngIRCd Release 25~rc1
[ngircd-web.git] / includes / common.php
index 05deb25c35a87a64b6a6af23e2c64fa0fcf02e81..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,10 +63,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 '<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="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>';
 }