Closed (fixed)
Project:
Simplenews
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2010 at 07:54 UTC
Updated:
2 Sep 2010 at 14:00 UTC
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:-)