website/bugs/index.php
Bill Currie 733af3de46 oops
2003-07-10 18:21:46 +00:00

8 lines
208 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
?>