website/bugs/index.php

9 lines
208 B
PHP
Raw Normal View History

2003-07-10 18:21:08 +00:00
<?
$pageName = 'Bugs';
$focused = "none"; // Dock icon name to get a border
2003-07-10 18:21:46 +00:00
require "/parts/preamble.php"; // Load most of document
2003-07-10 18:21:08 +00:00
?>
<?
2003-07-10 18:21:46 +00:00
require "/parts/postamble.php"; // Finish this sucker up
2003-07-10 18:21:08 +00:00
?>