mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
13 lines
314 B
PHP
13 lines
314 B
PHP
<? // Preamble
|
|
$pageName = "Partners";
|
|
$focused = "none"; // Dock icon name to gets a border
|
|
require("parts/preamble.php"); // Load most of document
|
|
?>
|
|
<!--SEARCHME-->
|
|
<CENTER>
|
|
<? include ("sponsor_incl.html"); ?>
|
|
</CENTER>
|
|
<!--NOSEARCH-->
|
|
<?
|
|
require("parts/postamble.php"); // Finish this sucker up
|
|
?>
|