This is my code from 3.5.10.
It works. Look in skin1/customer/main/reigister.tpl
Code:
{if $config.General.membership_signup eq "Y" and ($usertype eq "C" or ($active_modules.Simple_Mode ne "" and $usertype eq "P") or $usertype eq "A")}
{* include file="admin/main/membership_signup.tpl" *}
{/if}
{if $usertype eq "A" or ($usertype eq "P" and $active_modules.Simple_Mode ne "")}
{include file="admin/main/membership.tpl"}
{/if}
{/if}
I commented out one line with {* code *}
Code:
{* include file="admin/main/membership_signup.tpl" *}