Page names always help

This commit is contained in:
Dan Olson 2000-05-23 06:00:38 +00:00
parent 7e2b770686
commit a9ff947b48

View file

@ -1,10 +1,12 @@
<? // Preamble <? // Preamble
$pageName = "Page Name"; $pageName = "Partners";
$focused = "none"; // Dock icon name to gets a border $focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document require("parts/preamble.php"); // Load most of document
?> ?>
<!--SEARCHME--> <!--SEARCHME-->
<CENTER>
<? include ("sponsor_incl.html"); ?> <? include ("sponsor_incl.html"); ?>
</CENTER>
<!--NOSEARCH--> <!--NOSEARCH-->
<? <?
require("parts/postamble.php"); // Finish this sucker up require("parts/postamble.php"); // Finish this sucker up