1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-12 03:42:05 +02:00

[ticket/14573] Add MCP breadcrumbs

PHPBB3-14573
This commit is contained in:
Jakub Senko 2016-08-15 17:35:32 +02:00
parent 5292f9c091
commit 10e7c88877

View File

@ -306,6 +306,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();