making account activation email templatable

This commit is contained in:
Yung Han Khoe 2009-03-18 20:25:01 +00:00
parent 7c7db4d688
commit f14832a583
6 changed files with 61 additions and 5 deletions

View file

@ -163,6 +163,16 @@ our $HELP = {
related => [],
},
'account activation template' => {
title => 'account activation template title',
body => '',
variables => [
{ 'name' => 'newUser_username' },
{ 'name' => 'activationUrl' },
],
fields => [],
related => []
},
};
1;