mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 04:38:27 +01:00
Fixes #276 - blank page on signup.php caused by templates folder move
This commit is contained in:
parent
5b8f347db4
commit
977ea8be6d
@ -778,7 +778,7 @@ function render_email($userInfo, $preview = FALSE)
|
||||
}
|
||||
else
|
||||
{
|
||||
require_once(e_THEME.'templates/email_template.php');
|
||||
require_once(e_CORE.'templates/email_template.php');
|
||||
}
|
||||
|
||||
/* Inline images now handled automatically - just include in email template with an absolute link
|
||||
|
Loading…
x
Reference in New Issue
Block a user