PHP Classes

File: ptpl_page.ihtml

Recommend this page to a friend!
  Classes of Jesus M. Castagnetto   Generalized CachedTemplate class   ptpl_page.ihtml   Download  
File: ptpl_page.ihtml
Role: ???
Content type: text/plain
Description: used by phplibtemplate_example.php
Class: Generalized CachedTemplate class
General Template Caching class
Author: By
Last change:
Date: 24 years ago
Size: 361 bytes
 

Contents

Class file image Download
<html> <head><title>{PAGETITLE}</title></head> <body bgcolor="#ffffff"> <div align="center"> <table border=1 cellpadding=4 cellspacing=0 bgcolor="#c0ffff"> <tr align="center"> <td colspan=2><h1>{TITLE}</h1></td> </tr> <tr valign="top" align="center"> <td>Some<br>Nav<br>Text</td> <td>{OUT}</td> </tr> </table> </div> </body> </html>