aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/mcp.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index c4a8a66c18..c5599b7851 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -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();