include("site.inc");
$template = new Page;
$template->initCommon();
$template->displayHeader();
?>
The change log usually appears at the end of a spec file. It holds
messages for each significant change. For example:
%changelog
* Fri Jun 21 2002 Bob Marley <marley@redhat.com>
- automated rebuild
* Tue May 08 2001 Peter Tosh <tosh@redhat.com> 1.3-1
- updated to 1.3
$template->displayFooter('$Date: 2005/11/02 19:30:07 $');
?>