1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Fixes #276 - blank page on signup.php caused by templates folder move

This commit is contained in:
Moc 2013-05-11 23:53:12 +02:00
parent 5b8f347db4
commit 977ea8be6d

View File

@ -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