Fixed a bug where the user menu overwrites the link to the MCP with the link to the front page although a different link might be wanted, i.e. on different pages of the forum when using the Portalview MOD

This commit is contained in:
Marc Alexander
2010-11-12 21:27:40 +00:00
parent 0f93ff74de
commit df3b9d6db9
2 changed files with 3 additions and 3 deletions

View File

@@ -29,8 +29,8 @@
<li><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></li>
<!-- ENDIF -->
<li><a href="{U_PROFILE}">{L_PROFILE}</a></li>
<!-- IF U_MCP -->
<li><a href="{U_MCP}">{L_MCP}</a></li>
<!-- IF U_UM_MCP -->
<li><a href="{U_UM_MCP}">{L_MCP}</a></li>
<!-- ENDIF -->
<!-- IF U_ACP -->
<li><a href="{U_ACP}">{L_M_ACP}</a></li>