Iб╢m not to good at editing tpl files. What You want me to do is the following?
REMOVE the following line from help.tpl
Code:
{include file="pages_menu.tpl"}
REMOVE the follwoing line from other_info.tpl
Code:
<a href="help.php?section=contactus&mode=update"
Then You want me to add an include to other_info.tpl under this section?
Code:
{if $active_modules.Gift_Certificates ne "" or $active_modules.Product_Configurator ne ""}
{include file="customer/special.tpl"}
{/if}
{ include file="help.tpl" }
That one should read
Code:
{include file="customer/other_info.tpl"}
Should that be before the last </td>?
Right?