Hi,
I would like to delete the title of the newsletter in the body of the message, since it's already in the title of the message.
Could anyone please point out to me, where I'll have to modify the code?
Thanks!
Hi,
I would like to delete the title of the newsletter in the body of the message, since it's already in the title of the message.
Could anyone please point out to me, where I'll have to modify the code?
Thanks!
Comments
Comment #1
simon georges commentedHi.
You should copy the simplenews-newsletter-body.tpl.php from the simplenews directory into your theme directory, and remove the
<?php print $title; ?>line from it.Regards,
Comment #2
miro_dietiker:-)