start of a bug submittion page

This commit is contained in:
Bill Currie 2003-07-10 18:21:08 +00:00
parent 8455e1eb8a
commit 5ae149757c

8
bugs/index.php Normal file
View file

@ -0,0 +1,8 @@
<?
$pageName = 'Bugs';
$focused = "none"; // Dock icon name to get a border
require "parts/preamble.php"; // Load most of document
?>
<?
require "parts/postamble.php"; // Finish this sucker up
?>