<?php

$scriptName = "phpOpen.php3";              // name you give to the main script
$scriptSearchName = "phpOpenSearch.php3";  // name you give to the search script

// $homePage = "home.htm";  // location of the page you want to show
                            // as the home page [remove the "//" at
                            // the beginning of the line

$templateDir = "./templates";  // directory where the template files are

$searchBoxLength = 15;    // length of the search box's text field

$nocats = "";             // Message for searches that turn up no
                          // category matches [ignores the fact that there
                          // are no categories found]
$nolinks = "No Matching Listings in the Open Directory"; // Message for searches
                                                         // that turn up nothing
                                                         // [prints out a message
                                                         // if no sites are found]
?>


