Zen Follower
- Join Date:
- Aug 2007
- Location:
- Williston, Vermont
- Posts:
- 180
- Plugin Contributions:
- 0
[Fixed 1.6.0] template_filename not selecting in functions_email.php
In functions_email.php, the function zen_build_html_email_from_template() refers to a $current_page_base. In dubugging, this was always null. I changed line 427 to use $module instead of $current_page_base:
$template_filename = DIR_FS_EMAIL_TEMPLATES . $langfolder . "email_template_" . $module . ".html";