Second pass at adding key files
This commit is contained in:
42
site/forum/redirect.html
Normal file
42
site/forum/redirect.html
Normal file
@ -0,0 +1,42 @@
|
||||
<!DOCTYPE html >
|
||||
<head>
|
||||
<title><:: Slowtwitch Forums ::></title>
|
||||
<meta http-equiv="refresh" content="0;url=<%url%>" />
|
||||
<%include include_common_head.html%>
|
||||
</head>
|
||||
|
||||
<%~set content_header_title = 'Redirect'%>
|
||||
<%~set content_header_subtitle = 'You are being redirected'%>
|
||||
|
||||
<body class="page-<%page_id%>">
|
||||
<%~if ad_wallpaper%>
|
||||
<%ad_wallpaper%>
|
||||
<%~endif%>
|
||||
|
||||
<div class="container">
|
||||
<%include include_header.html%>
|
||||
<div class="main">
|
||||
<div class="contentwrapper clearfix">
|
||||
<div class="sidebar">
|
||||
<%include include_sidebar.html%>
|
||||
</div>
|
||||
|
||||
<%~set content_header_title = 'Forum'%>
|
||||
<%include include_breadcrumb.html%>
|
||||
|
||||
<div class="content"><%-- start content--%>
|
||||
<%include include_content_header.html%>
|
||||
|
||||
<p>
|
||||
You are being redirected to the selected URL. If you are not
|
||||
automatically redirected, click here: <a href="<%url%>"><%url%></a>
|
||||
</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