<?php // Make sure we are running safe! if ( !defined( "TEMPL_ENGINE_IN" ) ) { die(); } // // This is the main wrapper to which all output is based. // Edit it here. // $WRAPPER = <<<EOF <html> <head> <title>{%PAGE_TITLE%}</title> </head> <body> {%HEADER%} {%CONTENT%} {%FOOTER%} </body> </html> EOF; ?>