website/bugs/index.php
Bill Currie 06e067b962 oops
2003-07-10 18:22:09 +00:00

8 lines
212 B
PHP

<?
$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
?>