punbb/include/template/redirect.tpl
changeset 0 f9ffdbd96607
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/punbb/include/template/redirect.tpl	Wed Jul 11 21:01:48 2007 -0400
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" dir="<pun_content_direction>">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
+<pun_head>
+</head>
+<body>
+
+<div id="punwrap">
+<div id="punredirect" class="pun">
+
+<div class="block">
+	<h2><pun_redir_heading></h2>
+	<div class="box">
+		<div class="inbox">
+			<p><pun_redir_text></p>
+		</div>
+	</div>
+</div>
+
+<pun_footer>
+
+</div>
+</div>
+
+</body>
+</html>