This is the left column

Welcome to PHP Templates

Php web templates are an easy to use ready made web site.

This is the demo - try the different styles ^

The layout consist of header, left column, main column, right column and footer.
Any time you need to create a new page its as simple as opening a new file in notepad or your prefered text editor. The page is structured simply like this:

include("header.php");
Then Your content.....
include("footer.php");

Easy configuration variables for:

  • set your meta-tag values for each page
  • turn on or off left or right columns individually for each page
  • set title for each page

Features:

  • Contact form with SMPT Authorisation(courtesy phpmailer), rather than display mailto: links
  • Unique Visitors hit counter and visits log
  • Admin area
  • Simple css design (non-complex configuration is what i mean)

The script is Free so long as the copyrite notice's stays intact. Download from main site.

This is the right column