Second pass at adding key files
This commit is contained in:
37
site/forum/validation_resent.html
Normal file
37
site/forum/validation_resent.html
Normal file
@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html >
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title><%cat_full_name%>: Validation resent!</title>
|
||||
<%include include_common_head.html%>
|
||||
</head>
|
||||
<body class="page-<%page_id%>">
|
||||
<div class="container-b">
|
||||
<%include include_header.html%>
|
||||
|
||||
<div class="main">
|
||||
<%~set content_header_title = 'Validation resent'%>
|
||||
<%~init array breadcrumbs%><%init hash breadcrumbs.0%>
|
||||
<%~set breadcrumbs.0.name = $content_header_title%>
|
||||
|
||||
<div class="contentwrapper clearfix">
|
||||
<div class="sidebar">
|
||||
<%include include_sidebar.html%>
|
||||
</div>
|
||||
|
||||
<%include include_breadcrumb.html%>
|
||||
|
||||
<div class="content"><%-- start content--%>
|
||||
<%include include_content_header.html%>
|
||||
<p>
|
||||
Your validation code has been e-mailed to you again. The e-mail you
|
||||
receive will contain a link to click on to validate your account.
|
||||
</p>
|
||||
</div><%-- end content --%>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%include include_footer.html%>
|
||||
</div>
|
||||
</body>
|
||||
<%~include include_global_js.html%>
|
||||
</html>
|
Reference in New Issue
Block a user