website/partners.php

12 lines
296 B
PHP
Raw Normal View History

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