aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/ucp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/ucp.php')
-rw-r--r--phpBB/ucp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php
index 26756d8c80..c60d9930fc 100644
--- a/phpBB/ucp.php
+++ b/phpBB/ucp.php
@@ -394,8 +394,8 @@ $vars = array('module', 'id', 'mode');
extract($phpbb_dispatcher->trigger_event('core.ucp_display_module_before', compact($vars)));
$template->assign_block_vars('navlinks', array(
- 'FORUM_NAME' => $user->lang('UCP'),
- 'U_VIEW_FORUM' => append_sid("{$phpbb_root_path}ucp.$phpEx"),
+ 'BREADCRUMB_NAME' => $user->lang('UCP'),
+ 'U_BREADCRUMB' => append_sid("{$phpbb_root_path}ucp.$phpEx"),
));
// Select the active module