aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/help/controller/faq.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2018-06-18 19:46:37 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-05-09 18:43:34 +0200
commit9f20ff7b9e998688c06737a546fbcaabd87b22ef (patch)
tree4bf93b93d6821157d013f19de639b9b75f3761b7 /phpBB/phpbb/help/controller/faq.php
parent139eb17bb729763ab670fb239c77db02e29920f6 (diff)
downloadforums-9f20ff7b9e998688c06737a546fbcaabd87b22ef.tar
forums-9f20ff7b9e998688c06737a546fbcaabd87b22ef.tar.gz
forums-9f20ff7b9e998688c06737a546fbcaabd87b22ef.tar.bz2
forums-9f20ff7b9e998688c06737a546fbcaabd87b22ef.tar.xz
forums-9f20ff7b9e998688c06737a546fbcaabd87b22ef.zip
[ticket/12591] Improve breadcrumb naming and extend it's usage
PHPBB3-12591
Diffstat (limited to 'phpBB/phpbb/help/controller/faq.php')
-rw-r--r--phpBB/phpbb/help/controller/faq.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/help/controller/faq.php b/phpBB/phpbb/help/controller/faq.php
index 117723c793..0f63be5b56 100644
--- a/phpBB/phpbb/help/controller/faq.php
+++ b/phpBB/phpbb/help/controller/faq.php
@@ -26,8 +26,8 @@ class faq extends controller
$this->language->add_lang('help/faq');
$this->template->assign_block_vars('navlinks', array(
- 'FORUM_NAME' => $this->language->lang('FAQ_EXPLAIN'),
- 'U_VIEW_FORUM' => $this->helper->route('phpbb_help_faq_controller'),
+ 'BREADCRUMB_NAME' => $this->language->lang('FAQ_EXPLAIN'),
+ 'U_BREADCRUMB' => $this->helper->route('phpbb_help_faq_controller'),
));
$this->manager->add_block(