Simple Template Set
The Simple Template Set is a "bare bones" template set that's perfect if you're planning to modify your templates to match an existing website design or if you're creating an entirely new design from scratch. It includes the following template files:
homepageDetail.php
This template is used for outputting the detail pages for your real estate agents. Each agent has their own homepage which includes information about their qualifications, background, contact information, photograph, and more.
homepages.php
This template is used for outputting a list of all of your agents. Clicking on an agents name will take the site visitor to the detail page of that agent.
include_footer.php
This is the footer of your website. You can edit this template to match the design of the bottom of your site, which usually includes links to your privacy page, disclaimer, contact us, copyright notice, and more.
include_header.php
This is the header of your website. You can edit this template to match the design of the top of your site, which usually includes your logo, slogan, main navigation links, etc.
index.php
This is the homepage of your website. By default it includes the listings.php file, however, you can modify it to include other information such as a welcome message, about us text, etc.
init.php
This is your initilization file. As long as your template files are in your web root or in a directory within your web root you will not need to modify this file.
listingDetail.php
This template is used for outputting the detail pages for your real estate listings. Each listing has its own details, such as number of bedrooms, address, square footage, price, etc.
listings.php
This template is used for outputting a list page of all of your listings. Clicking on a listing will take the site visitor to the detail page for that listing.
search.php
This is your search form. Site visitors will use this page to search through your listings.
|