[SUBSCRIBE]
[UNSUBSCRIBE]
[PREFERENCES]
[FORWARD]
are all replaced in the email body with "this link"
the global variable (set in english.inc) holds this value:
$strThisLink = 'this link';
this leads to inefficiency.
all i want in the body of the email is
subscribe | unsubscribe | update profile | forward
essentially, phplist needs to allow individual users to customise what text is substituted into the email body for the above placeholders ( [SUBSCRIBE] etc.)
I can do this by editing the php code myself, but of course, then all my changes will be lost when an upgrade comes out.