mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14573] Add FAQ breadcrumbs
PHPBB3-14573
This commit is contained in:
parent
bc823a18be
commit
3870b221d6
2 changed files with 10 additions and 0 deletions
|
@ -25,6 +25,11 @@ 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'),
|
||||
));
|
||||
|
||||
$this->manager->add_block(
|
||||
'HELP_BBCODE_BLOCK_INTRO',
|
||||
false,
|
||||
|
|
|
@ -25,6 +25,11 @@ 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'),
|
||||
));
|
||||
|
||||
$this->manager->add_block(
|
||||
'HELP_FAQ_BLOCK_LOGIN',
|
||||
false,
|
||||
|
|
Loading…
Add table
Reference in a new issue