Home Page

Search for Names

Last Name:
First Name:

Other Features

Notes to webmaster:

1. Please customize this page!

2. Please note that the messages on this page will not change if the language is changed, simply to allow you the greatest flexibility while customizing your home page. If you would like these messages to change with the current language, edit the HTML and replace each phrase with the following PHP code:

<?php echo $text[message]; ?>

where "message" is a name for your message. Then edit the file text.php in each language folder and add this message to the bottom of the list, like this:

$text[message] = "This is where you put your message."

3. To set up the link for "Photos & Histories for Ancestors of [Person]" first replace [Person] with the name of an individual whose ancestry you would like to highlight. Second, edit the HTML of this page and follow the commented instructions immediately preceding that line.

5. To make elements of your page dependent on whether the user is logged in or out, edit this page and observe how the "Log In" and "Log Out" messages are interchangeably displayed based on the value of $currentuser.

4. Oh, and one more thing: Don't forget to delete these notes!