diff options
Diffstat (limited to 'forum/htdocs/index.php')
-rw-r--r-- | forum/htdocs/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/htdocs/index.php b/forum/htdocs/index.php index ab63d9b..aa3be9c 100644 --- a/forum/htdocs/index.php +++ b/forum/htdocs/index.php @@ -29,7 +29,7 @@ include_once($UTIL_DIR . "/clientinfo.php"); <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>ExecutionForum</title> +<title><?php echo $FORUM_TITLE; ?></title> <meta name="MSSmartTagsPreventParsing" content="true"/> <meta http-equiv="Content-Type" content="text/html"/> <link rel="author" title="Bent Bisballe Nyeng" href="http://www.aasimon.org"/> |