mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Various changes, added site description to DB
git-svn-id: file:///svn/phpbb/trunk@1262 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user