mirror of
https://git.code.sf.net/p/quake/website
synced 2025-04-18 21:50:56 +00:00
oops
This commit is contained in:
parent
733af3de46
commit
06e067b962
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
<?
|
||||
$pageName = 'Bugs';
|
||||
$focused = "none"; // Dock icon name to get a border
|
||||
require "/parts/preamble.php"; // Load most of document
|
||||
require "../parts/preamble.php"; // Load most of document
|
||||
?>
|
||||
<?
|
||||
require "/parts/postamble.php"; // Finish this sucker up
|
||||
require "../parts/postamble.php"; // Finish this sucker up
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue