Modifying interspire email header How to Remove the unsub link ?

skibio

Registered Member
Joined
Apr 27, 2008
Messages
94
Reaction score
4
Hi ,

I want to edit my interspire header that show my full unsub link, i have opened the file located in admin/functions/api/ss_email.php in line 985 i found:

HTML:
$text = str_replace('List-Unsubscribe: <%%HEADER_UNSUBSCRIBELINK%%>', 'List-Unsubscribe: <' . $unsubscribelink . '>', $text);

now i need to remove it or hide it, how can i edit this line ?

Thanks
 
Back
Top