aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/help/controller/bbcode.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/help/controller/bbcode.php')
-rw-r--r--phpBB/phpbb/help/controller/bbcode.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/help/controller/bbcode.php b/phpBB/phpbb/help/controller/bbcode.php
index c3cf53fd76..560b0c02ce 100644
--- a/phpBB/phpbb/help/controller/bbcode.php
+++ b/phpBB/phpbb/help/controller/bbcode.php
@@ -26,8 +26,8 @@ class bbcode extends controller
$this->language->add_lang('help/bbcode');
$this->template->assign_block_vars('navlinks', array(
- 'FORUM_NAME' => $this->language->lang('BBCODE_GUIDE'),
- 'U_VIEW_FORUM' => $this->helper->route('phpbb_help_bbcode_controller'),
+ 'BREADCRUMB_NAME' => $this->language->lang('BBCODE_GUIDE'),
+ 'U_BREADCRUMB' => $this->helper->route('phpbb_help_bbcode_controller'),
));
$this->manager->add_block(