- 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.
13 lines
295 B
HTML
13 lines
295 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Welcome</title>
|
|
<meta name="description" content="Welcome">
|
|
<meta name="author" content="ROC CMS">
|
|
</head>
|
|
<body>
|
|
<p>Welcome to<a href="...">ROC CMS</a></p>
|
|
<p>Thank you for joining us.</p>
|
|
</body>
|
|
</html> |