aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-03 15:15:05 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-03 15:15:05 +0000
commit5cf8169bfcbe74d97d7cdcc79e812a3bdb9f48fe (patch)
treef8d13e00265bdb9ba762e77f14ee6000a9127da9 /phpBB/includes
parent6567b4524a6e5459ff5f102e82aac820843952b2 (diff)
downloadforums-5cf8169bfcbe74d97d7cdcc79e812a3bdb9f48fe.tar
forums-5cf8169bfcbe74d97d7cdcc79e812a3bdb9f48fe.tar.gz
forums-5cf8169bfcbe74d97d7cdcc79e812a3bdb9f48fe.tar.bz2
forums-5cf8169bfcbe74d97d7cdcc79e812a3bdb9f48fe.tar.xz
forums-5cf8169bfcbe74d97d7cdcc79e812a3bdb9f48fe.zip
Various changes, added site description to DB
git-svn-id: file:///svn/phpbb/trunk@1262 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/page_header.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php
index 0876397e25..b0310be5ea 100644
--- a/phpBB/includes/page_header.php
+++ b/phpBB/includes/page_header.php
@@ -186,7 +186,8 @@ else
// should all S_x_ACTIONS for forms.
//
$template->assign_vars(array(
- "SITENAME" => $board_config['sitename'],
+ "SITENAME" => $board_config['sitename'],
+ "SITE_DESCRIPTION" => $board_config['site_desc'],
"PAGE_TITLE" => $page_title,
"TOTAL_USERS_ONLINE" => $l_online_users,
"LOGGED_IN_USER_LIST" => $online_userlist,