<%-- File : user_signup_validate.html Description : Displays the signup success page and tells the user their account must be validated. --%> <%~set message = "Thank You for Becoming a member of $site_title. An email has been sent to you with a validation code. Once you receive it, you'll need to click on the link to validate your account. Accounts not validated within 3 days will be automatically removed from our system."%> <%site_title%>: User Signup Successful <%include user_include_common_head.html%>
<%include user_include_header.html%> <%include user_include_contentheader.html%>
<%include user_include_leftsidebar.html%>
<%include user_include_contentwrapper_top.html%>
<%include user_include_content_top.html%>

Successful Signup!

<%include user_include_contentwrapper_bottom.html%>
<%include user_include_rightsidebar.html%>
<%include user_include_contentfooter.html%> <%include user_include_footer.html%>