<?
//***************************************************
// Startpage v1.1 by Matthijs Draijer
//
// Use of this script is free, as long as
// it's not commercial and you don't remove
// my name.
//
//***************************************************
include ("config.php");
include ("language_uk.php");
echo " </td>". NL;
echo "</tr>". NL;
echo "</table>". NL;
echo "<p>". NL;
echo "<table width='100%'>". NL;
echo "<tr>". NL;
echo " <td width='33%' align='left'>". date ("d M") ."</td>". NL;
echo " <td width='33%' align='center'><a href='edit.php'>$lngEdit</a> | <a href='new.php'>$lngNew</a></td>". NL;
echo " <td width='33%' align='right'>". date ("H:i") ."</td>". NL;
echo "</tr>". NL;
echo "</table>". NL;
echo "</center>". NL;
echo "</body>". NL;
echo "</html>". NL;
?>