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 -->
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 -->
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 -->
Thanks in advance