diff options
| author | Tabitha Backoff <t_backoff@yahoo.com> | 2013-03-28 17:53:14 -0400 |
|---|---|---|
| committer | Tabitha Backoff <t_backoff@yahoo.com> | 2013-03-28 17:53:14 -0400 |
| commit | a8f5695666229512ccd5d122daa0a7ad7004015b (patch) | |
| tree | a1786a860aaab7605d74dfda4b12b3c977579e0a /phpBB/includes/functions.php | |
| parent | 9e5cde7f668a614ff74dc15d9c72df48dd114dbc (diff) | |
| download | forums-a8f5695666229512ccd5d122daa0a7ad7004015b.tar forums-a8f5695666229512ccd5d122daa0a7ad7004015b.tar.gz forums-a8f5695666229512ccd5d122daa0a7ad7004015b.tar.bz2 forums-a8f5695666229512ccd5d122daa0a7ad7004015b.tar.xz forums-a8f5695666229512ccd5d122daa0a7ad7004015b.zip | |
Migration file and change board_home_text to board_index_text
Diffstat (limited to 'phpBB/includes/functions.php')
| -rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 0dca9bb2dc..58d2ad4760 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -5292,7 +5292,7 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0 'BOARD_URL' => $board_url, 'L_LOGIN_LOGOUT' => $l_login_logout, - 'L_INDEX' => ($config['board_home_text'] !== '') ? $config['board_home_text'] : $user->lang['FORUM_INDEX'], + 'L_INDEX' => ($config['board_index_text'] !== '') ? $config['board_index_text'] : $user->lang['FORUM_INDEX'], 'L_SITE_HOME' => ($config['site_home_text'] !== '') ? $config['site_home_text'] : $user->lang['HOME'], 'L_ONLINE_EXPLAIN' => $l_online_time, |
