To display the ACP button the code line is
- Code: Select all
<!-- IF U_ACP --><span class="gensmall"> <a href="{U_ACP}"><b><font size=2 color=black>{L_ACP}</font></b></a> </span><br /><!-- ENDIF -->
To display the MCP button the code is
- Code: Select all
<!-- IF U_MCP -->
<div id="pageheader">
<p class="linkmcp"><center> <a href="{U_MCP}"><b><font size=2 color=black>{L_MCP}</font></b></a> </center></p><!-- ENDIF -->
My question is this.
If i use these codes to display the button elsewhere only the ACP button shows up, the code that works the MPC button does not work?
What other piece of code is required in order to display the MCP using the
- Code: Select all
<!-- IF U_MCP -->
command?
Thanks in advance
Welcome to PhpBB3 BBCodes. Click here to register




