- Updated routes relative to /account/
- Updated emails with template support.
- Updated cookie to support the new route.
- Updated smarty block templates to use the new path.
19 lines
452 B
HTML
19 lines
452 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Activation</title>
|
|
<meta name="description" content="Activation">
|
|
<meta name="author" content="ROC CMS">
|
|
</head>
|
|
|
|
<body>
|
|
<p>Thank you for registering at <a href="$host">ROC CMS</a></p>
|
|
|
|
<p>To complete your registration, please click on this link to activate your account:<p>
|
|
|
|
<p><a href="$link">$link</a></p>
|
|
<p>Thank you for joining us.</p>
|
|
</body>
|
|
</html>
|