PHP Classes

File: demo/templates/default/header.php

Recommend this page to a friend!
  Classes of Nick Tompson   Flexible Template Engine   demo/templates/default/header.php   Download  
File: demo/templates/default/header.php
Role: Example script
Content type: text/plain
Description: Demo header template for the template engine.
Class: Flexible Template Engine
Template processing engine
Author: By
Last change:
Date: 16 years ago
Size: 172 bytes
 

Contents

Class file image Download
<?php
// Make sure we are running safe!
if ( !defined( "TEMPL_ENGINE_IN" ) )
{
    die();
}

//
// Add any custom header html here.
//

$HEADER = <<<EOF

EOF;
?>