mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14573] Add MCP breadcrumbs
PHPBB3-14573
This commit is contained in:
parent
4e3ac92d05
commit
5614f80b89
1 changed files with 5 additions and 0 deletions
|
@ -308,6 +308,11 @@ $vars = array(
|
||||||
);
|
);
|
||||||
extract($phpbb_dispatcher->trigger_event('core.modify_mcp_modules_display_option', compact($vars)));
|
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
|
// Load and execute the relevant module
|
||||||
$module->load_active();
|
$module->load_active();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue