<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{version}</title>
{metainfo}
<link rel="stylesheet" href="{confpath}/schemes/{scheme}.css?{current_build}" type="text/css" />
<link rel="shortcut icon" type="image/png" href="favicon.png?{current_build}" />
<script type="text/javascript" src="{frontend_path}/js/jquery/jquery-min.js?{current_build}"></script>
<script type="text/javascript" src="{frontend_path}/js/jquery/jquery-ui-min.js?{current_build}"></script>
<script type="text/javascript" src="{frontend_path}/js/thickbox.js?{current_build}"></script>
<script type="text/javascript" src="{frontend_path}/js/menus.js?{current_build}"></script>
<style type="text/css">
html { background:rgb(234,234,212);}
img { border:none;}
</style>
</head>
<body>
<div align="center">{phlymail_content}</div>
</body>
</html>