template.php 470 Bytes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fi">
<head>
    <title>Insomnia XI: Lippukauppa-admin</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="Content-Language" content="fi" />
    <link href="style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<?php
echo $navi;
echo $asia;
?>
</body>
</html>