forum_punbb_1_0_php8/include/template/redirect.tpl

22 lines
478 B
Smarty

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html dir="{pun_content_direction}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={pun_char_encoding}">
{pun_head}
</head>
<body>
<table class="punmain" cellspacing="1" cellpadding="4">
<tr class="punhead">
<td class="punhead">{pun_redir_heading}</td>
</tr>
<tr>
<td class="puncon1">
{pun_redir_text}
</td>
</tr>
</table>
</body>
</html>