forum_punbb_1_0_php8/include/template/maintenance.tpl

20 lines
508 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" style="width: 60%" align="center" cellspacing="1" cellpadding="4">
<tr class="punhead">
<td class="punhead">{pun_maint_heading}</td>
</tr>
<tr>
<td class="puncon1">{pun_maint_message}</td>
</tr>
</table>
</body>
</html>