website/partners.php

14 lines
314 B
PHP
Raw Normal View History

2000-05-08 02:39:55 +00:00
<? // Preamble
2000-05-23 06:00:38 +00:00
$pageName = "Partners";
2000-05-08 02:39:55 +00:00
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
?>
<!--SEARCHME-->
2000-05-23 06:00:38 +00:00
<CENTER>
2000-05-08 02:39:55 +00:00
<? include ("sponsor_incl.html"); ?>
2000-05-23 06:00:38 +00:00
</CENTER>
2000-05-08 02:39:55 +00:00
<!--NOSEARCH-->
<?
require("parts/postamble.php"); // Finish this sucker up
?>