mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
start of a bug submittion page
This commit is contained in:
parent
8455e1eb8a
commit
5ae149757c
1 changed files with 8 additions and 0 deletions
8
bugs/index.php
Normal file
8
bugs/index.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?
|
||||
$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
|
||||
?>
|
Loading…
Reference in a new issue