mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-17 06:50:43 +00:00
9 lines
206 B
PHP
9 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
|
||
|
?>
|