Misc. updates to template.

This commit is contained in:
Jeff Teunissen 2001-01-31 04:58:09 +00:00
parent c6ee092826
commit 45d2135875

View file

@ -1,11 +1,11 @@
<? // Preamble
$pageName = "Page Name";
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
$focused = "none"; // Dock icon name to get a border
require "parts/preamble.php"; // Load most of document
?>
<!--SEARCHME-->
Page content goes here. Yes, it's that simple.
<!--NOSEARCH-->
<?
require("parts/postamble.php"); // Finish this sucker up
require "parts/postamble.php"; // Finish this sucker up
?>