From 977ea8be6d51a7594ed5f60302f33fef6dea8311 Mon Sep 17 00:00:00 2001 From: Moc Date: Sat, 11 May 2013 23:53:12 +0200 Subject: [PATCH] Fixes #276 - blank page on signup.php caused by templates folder move --- signup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signup.php b/signup.php index 65e72f8e4..865a1ec52 100644 --- a/signup.php +++ b/signup.php @@ -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