summaryrefslogtreecommitdiff
path: root/forum/htdocs/index.php
diff options
context:
space:
mode:
authordeva <deva>2008-10-13 12:39:17 +0000
committerdeva <deva>2008-10-13 12:39:17 +0000
commit71f846affc51a062261aab575e53c37d2972bdfd (patch)
tree958ed1799d43f57e9c1eb68eda3beff30a04ad7b /forum/htdocs/index.php
parent42032d4bd8dd0c9772afd6ef7c1b09104cb22e8b (diff)
Removed all hardcoded executionroom.com references.
Diffstat (limited to 'forum/htdocs/index.php')
-rw-r--r--forum/htdocs/index.php2
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"/>