1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Issue #3569 Signup template upgrade placeholder added. TODO

This commit is contained in:
Cameron
2018-12-19 11:21:12 -08:00
parent 742d5cd9be
commit 1648a6abac
2 changed files with 34 additions and 8 deletions

View File

@@ -268,4 +268,14 @@ if(!defined($SIGNUP_END))
{
$SIGNUP_END = '';
}
?>
// v2.x to-do
$SIGNUP_TEMPLATE = array();
$SIGNUP_TEMPLATE['start'] = $SIGNUP_BEGIN;
$SIGNUP_TEMPLATE['end'] = $SIGNUP_END;
$SIGNUP_TEMPLATE['body'] = $SIGNUP_BODY;
$SIGNUP_TEMPLATE['extended-user-fields'] = $SIGNUP_EXTENDED_USER_FIELDS;
$SIGNUP_TEMPLATE['coppa']= '';