1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-22 09:31:28 +02:00

[ticket/14573] Add MCP breadcrumbs

PHPBB3-14573
This commit is contained in:
Jakub Senko
2016-08-15 17:35:32 +02:00
committed by Marc Alexander
parent 4e3ac92d05
commit 5614f80b89

View File

@@ -308,6 +308,11 @@ $vars = array(
);
extract($phpbb_dispatcher->trigger_event('core.modify_mcp_modules_display_option', compact($vars)));
$template->assign_block_vars('navlinks', array(
'FORUM_NAME' => $user->lang('MCP'),
'U_VIEW_FORUM' => append_sid("{$phpbb_root_path}mcp.$phpEx"),
));
// Load and execute the relevant module
$module->load_active();