PHP Classes

File: demo/templates/default/footer.php

Recommend this page to a friend!
  Classes of Nick Tompson   Flexible Template Engine   demo/templates/default/footer.php   Download  
File: demo/templates/default/footer.php
Role: Example script
Content type: text/plain
Description: Demo footer 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 footer html here.
//

$FOOTER = <<<EOF

EOF;
?>