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.
14 lines
375 B
HTML
14 lines
375 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Activation</title>
|
|
<meta name="description" content="Activation">
|
|
<meta name="author" content="$sitename">
|
|
</head>
|
|
<body>
|
|
<p>"$user ($email)", thank you for applying to <a href="$host">$sitename</a>.</p>
|
|
<p>We will review your application and send you a resolution.<p>
|
|
</body>
|
|
</html>
|