You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current email notifications are generated by functions in include/msg.php. This plays "somewhat" nicely with localization, but it's tedious to maintain and cannot be easily customized.
We should move the templates to something external, with a minimal template engine.
Smarty comes to mind. It would allow to have a mostly plain template, with "if" blocks for variable text (such as password/comment info).
The text was updated successfully, but these errors were encountered:
The current email notifications are generated by functions in
include/msg.php
. This plays "somewhat" nicely with localization, but it's tedious to maintain and cannot be easily customized.We should move the templates to something external, with a minimal template engine.
Smarty comes to mind. It would allow to have a mostly plain template, with "if" blocks for variable text (such as password/comment info).
The text was updated successfully, but these errors were encountered: