%--
File
====
user_profile_email_add.html
Description
===========
Thankyou page after subscribing to one forum
--%>
<%site_title%>: Forum Subscription
<%include include_css.html%>
<%body_tag%>
<%set noshow_left_nav = 1%>
<%include include_header.html%>
Forum Subscription
<%if status eq 'subscribe'%>
You have been subscribed to
<%forum_name%>.
<%elsif status eq 'exist'%>
You are already subscribed to
<%forum_name%>.
<%endif%>
Now redirecting you back to the forum in 5 seconds...
Click here to return to the forum
<%set show_right_nav = 0%>
<%include include_footer.html%>