From 8b228cd1732d0441c5ec765c8ec4450de2856dc7 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 2 Nov 2022 16:29:23 +0100 Subject: [PATCH] Use the current project description in the page titles --- includes/common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/common.php b/includes/common.php index f3de75e..da6ab77 100644 --- a/includes/common.php +++ b/includes/common.php @@ -5,9 +5,9 @@ function begin_page($lang = 'en', $title = null) { echo '' . "\n"; echo ''; if ($title) - echo "$title | ngIRCd: Next Generation IRC Daemon"; + echo "$title | ngIRCd: Free, portable and lightweight Internet Relay Chat server"; else - echo 'ngIRCd: Next Generation IRC Daemon'; + echo 'ngIRCd: Free, portable and lightweight Internet Relay Chat server'; echo ''; echo ''; echo ''; -- 2.39.2