]> arthur.barton.de Git - ngircd-web.git/commitdiff
Use the current project description in the page titles
authorAlexander Barton <alex@barton.de>
Wed, 2 Nov 2022 15:29:23 +0000 (16:29 +0100)
committerAlexander Barton <alex@barton.de>
Wed, 2 Nov 2022 15:29:23 +0000 (16:29 +0100)
includes/common.php

index f3de75e1d0c802a68573622e7a988837645ee156..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">';