punbb/include/template/help.tpl
changeset 0 f9ffdbd96607
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/punbb/include/template/help.tpl	Wed Jul 11 21:01:48 2007 -0400
@@ -0,0 +1,19 @@
+<!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="helpfile" class="pun">
+
+<pun_main>
+
+</div>
+</div>
+
+</body>
+</html>