website/bugs/index.php
2003-07-10 18:21:08 +00:00

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