diff --git a/root/portal/block/main_menu.php b/root/portal/block/main_menu.php index 5214798a..a123fbfb 100644 --- a/root/portal/block/main_menu.php +++ b/root/portal/block/main_menu.php @@ -24,6 +24,7 @@ $template->assign_vars(array( 'U_M_BBCODE' => append_sid("{$phpbb_root_path}faq.$phpEx", 'mode=bbcode'), 'U_M_TERMS' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=terms'), 'U_M_PRV' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=privacy'), + 'U_MCP' => ($auth->acl_get('m_') || $auth->acl_getf_global('m_')) ? append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=main&mode=front', true, $user->session_id) : '', )); if (!isset($template->filename['main_menu_block']))