MLM ? Where is [HEADER_TITLE] and [SIGNATURE] info stored?

Sorry. I still don't understand. First Panel? Third Panel? All I see are the files in the Templates folder that contain the msg.txt files. That's where I see the [HEADER_TITLE] and [SIGNATURE]. I don't see anything with "panels" in the mlm folder.
 
You should have stated it was a MLM and not a MaxBUlk Mailer issue. The data you are referring to in changed in the MLM script using the parameters from the MLM settings file. You can change those parameters in that file.
 
Check out the Subject line of this post. It starts with "MLM?"

Anyway, I don't see anything in the mlm_settings.php file that relates to a header of signature. That was the first place I looked. I did a complete search of all the source code and could not find any reference to signature or header_title except for the bracketed tags in the template files.
 
The [SIGNATURE] is defined in the MLM script at line 893. [HEADER_TITLE] is only used by the script to set the title of each page in that same script.
 
Top