<?php # FILL IN THESE VARIABLES FOR EACH PAGE ------------------------- $Title = 'Some Nice Title'; $Description = 'This is a page about nice stuff.'; $Keywords = 'nice, stuff'; $Robots = 'nofollow'; $Style = ''; # ---------------------------------------------------------------- # LEAVE THIS STUFF ALONE xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx $File = __FILE__; require './directory.inc'; # xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # You may, or may not, want the header to be printed automatically. # If you do, leave this here. If not, remove it. $Layout->Head(); # BEGIN YOUR PAGE SPECIFIC LAYOUT BELOW HERE .................. ?> Some sample text. <?php # END PAGE SPECIFIC LAYOUT ABOVE HERE & PRINT THE FOOTER... $Layout->Foot();