mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14573] Add MCP breadcrumbs
PHPBB3-14573
This commit is contained in:
parent
5292f9c091
commit
10e7c88877
1 changed files with 5 additions and 0 deletions
|
@ -306,6 +306,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