mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 05:01:23 +00:00
8 lines
208 B
PHP
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
|
|
?>
|