Added optional "mailer.subject_prefix" configuration item. Added CMS_SETUP.utf_8_site_name for convenience. Fixed a few potential unicode issues. Fixed various typos.
18 lines
503 B
HTML
18 lines
503 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>New Activation</title>
|
|
<meta name="description" content="New Activation token">
|
|
<meta name="author" content="$sitename">
|
|
</head>
|
|
<body>
|
|
<p>You have requested a new activation token at <a href="$host">$sitename</a>.</p>
|
|
|
|
<p>To complete your registration, please click on the following link to re-activate your account:
|
|
<ul><a href="$link">$link</a></ul>
|
|
</p>
|
|
<p>Thank you for joining us.</p>
|
|
</body>
|
|
</html>
|