website/search.php

10 lines
288 B
PHP
Raw Normal View History

2000-05-08 02:39:55 +00:00
<? // Preamble
$pageName = "Search";
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
?>
This page is still under construction. Please check back later.
<?
require("parts/postamble.php"); // Finish this sucker up
2000-04-10 00:44:12 +00:00
?>