]> arthur.barton.de Git - ngircd-web.git/blobdiff - includes/common.php
Use the current project description in the page titles
[ngircd-web.git] / includes / common.php
index b01e73231af6a052bd835cb4228c4497b2c41808..da6ab778e96889ab49c4f18112fbf66d0f69f316 100644 (file)
@@ -5,9 +5,9 @@ function begin_page($lang = 'en', $title = null) {
        echo '<html lang="' . $lang . '">' . "\n";
        echo '<head>';
        if ($title)
-               echo "<title>$title | ngIRCd: Next Generation IRC Daemon</title>";
+               echo "<title>$title | ngIRCd: Free, portable and lightweight Internet Relay Chat server</title>";
        else
-               echo '<title>ngIRCd: Next Generation IRC Daemon</title>';
+               echo '<title>ngIRCd: Free, portable and lightweight Internet Relay Chat server</title>';
        echo '<meta http-equiv="content-type" content="text/html; charset=utf-8">';
        echo '<meta name="author" content="Alexander Barton">';
        echo '<meta name="author-email" content="alex@barton.de">';
@@ -61,7 +61,7 @@ function begin_page($lang = 'en', $title = null) {
 
 function end_page() {
        echo '</div>';
-       echo '<p id="footer">ngIRCd &copy;2001-2019 Alexander Barton and ';
+       echo '<p id="footer">ngIRCd &copy;2001-2021 Alexander Barton and ';
        echo '<a href="doc/AUTHORS">Contributors</a>';
        echo '</div></body></html>';
 }