Hi,
I would like to override the output of the newsletter/subscribe (it seems doesn't have any!) in my own theme, which .tpl should I use and how I should name it?
Thanks!
Hi,
I would like to override the output of the newsletter/subscribe (it seems doesn't have any!) in my own theme, which .tpl should I use and how I should name it?
Thanks!
Comments
Comment #1
ParisLiakos commentedactually the newsletter/subscribe doesnt have a tpl.php because it is a form.
you should use hook_form_alter to edit the appearance
Comment #2
ParisLiakos commented