{
include "release.php";
+$today=date("D M d H:i:s Y");
+
$STR = <<<EOD
+<TR>
<TD height="13"><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD width="2%" background="/reg-icons/bottom-adm_02.gif">
<IMG SRC="/reg-icons/bottom-adm_03.gif" WIDTH=20 HEIGHT=10 ALT="">
</TD>
</TR>
+</TABLE></TD>
+</TR
+
+<TR>
+<TD height="13">
+<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
+<TD height="30" width="30%" align="left" valign="bottom" class="smalltxt10">
+$pageref, Version: $m_release
+</TD>
+<TD height="30" width="40%" align="center" class="smalltxt10">
+$copyright
</TD>
+<TD height="30" width="30%" align="right" valign="bottom" class="smalltxt10">
+$today
+</TABLE></TD>
+</TR
+
EOD;
echo ("$STR\n");
-echo ("$pageref Version:$m_release\n");
}