kornikopic
User
 Platinum Boarder
| Posts: 661 |   | Karma: 11
|
Re:removing 'change your subscription' link - 2008/07/07 19:36
Hello Terry,
You can replace the line 69 the file class.jmail.php :
| Code: | $subscriptionstext = '<p>'. $subscriptionslink . '<br />' . $unsubscribelink . '</p>';
|
By
| Code: | $subscriptionstext = '<p>' . $unsubscribelink . '</p>';
|
You can replace the line 73 the file class.jmail.php :
| Code: | $subscriptionstext = "\r\n" . $subscriptionslink . "\r\n" . $unsubscribelink;
|
By
| Code: | $subscriptionstext = "\r\n" . $unsubscribelink;
|
*** Please, read our official documentation before posting. Thank you ***
Best regards, Jonathan |
|
|
| | To post on the forum you need to sign in. |