r1405: Beginning to move email text out of the code and into templates. This is done...
[bugdar.git] / templates / email / welcome.xml.tpl
1 <email>
2 <subject>Welcome to {$bugsys->options['trackertitle']}</subject>
3 <bodyText>Hi {$displayName},
4
5 Thank you for taking the time to register at {$bugsys->options['trackertitle']}. We look forward to your contributations to making our products better.
6
7 If you have any questions, please don't hesitate to contact the webmaster.</bodyText>
8 </email>