mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14573] Add FAQ breadcrumbs
PHPBB3-14573
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user