X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=includes%2Fcommon.php;h=7dacd0b428f6d7f96066e1f4c071ea861be5a206;hb=HEAD;hp=f3de75e1d0c802a68573622e7a988837645ee156;hpb=0d699320d2ecccca0f7985535c59425242cc921d;p=ngircd-web.git diff --git a/includes/common.php b/includes/common.php index f3de75e..c68277c 100644 --- a/includes/common.php +++ b/includes/common.php @@ -5,15 +5,16 @@ 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 ''; echo ''; echo ''; - echo ''; + echo ''; + echo ''; echo ''; echo ''; echo "\n"; @@ -61,7 +62,7 @@ function begin_page($lang = 'en', $title = null) { function end_page() { echo ''; - echo '