There are two parts where you would want to take this:
1. /skin1/customer/home.tpl
Where it says:
Code:
{ include file="news.tpl" }
2. /skin1/customer/main/register.tpl
Where it says:
Code:
<tr valign=middle>
<td height=20 colspan=3>{$lng.lbl_newsletter}<hr size=1 noshade></td>
</tr>
<tr valign=middle>
<td></td>
<td></td>
<td>
<input type=checkbox name=newsletter {if $userinfo.newsletter eq "Y"}checked{/if}>
{$lng.txt_newsletter_msg}
</td>
</tr>
But as lyncca mentions, it is better to comment them out, in case you decide to use them in the future.
