A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
1.1 KiB

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<head>
<meta http-equiv="Content-Language" content="pl">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" href="skins/subPurple/images/favicon.ico">
<link rel="favicon" href="skins/subPurple/images/favicon.ico">
<link rel="stylesheet" href="template/skin.css" type="text/css">
<meta http-equiv="refresh" content="1.5; url=<? echo $skin['url']; ?>">
<title>DSF Administration</title>
</head>
<body class="body">
<center>
<div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
<div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
<br>
<div align="left" style="width: <?= TABLES_WIDTH; ?>px">
<table align="center" class="message" width="<?= TABLES_WIDTH; ?>">
<tr><td class="fitem" align="center"><font face="Verdana" style="font-size: 16pt; font-weight: bold">DSF v <? echo VERSION; ?></font></td></tr>
<tr>
<td valign="center" align="center" class="message">
<? echo $skin['msg']; ?>
</td>
</tr>
</table>
<? include 'overall_footer.tpl'; ?>