Login   Register  
PHP Classes
elePHPant
Icontem

File: demo/templates/default/footer.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2008-06-30 16:38
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;
?>