
I think the prob is in conlib/producttellafriend.ascx around here:
EmailTemplate template = EmailTemplateDataSource.Load(Token.Instance.Store.Settings.ProductTellAFriendEmailTemplateId);
if (template != null)
{
//STRIP HTML
...
It could be as simple as renaming a template, but I dont know.
Any help is appreciated.