Hi,

I'm struggling to decide where is best to place some templates for
HTML emails.

I see in reality two possible scenarios,

1) Create a module called "emails" without any actions, just a
template folder. Within the template folder place all the email
templates as partials, e.g. "_user_resetpassword_html.php", then use
the get_partial() function to call them like "emails/
user_resetpassword_html".

2) Pretty much the same scenario as 1, except all templates are placed
within the application template folder and have a "email_" prefix, and
they are called by "global/email_user_resetpassword_html".

Ideally, I would like them within the application template folder,
however I would love to be able to place them within a subfolder,
which it appears I can't do.

Any ideas?

Cheers.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to