Login   Register  
PHP Classes
elePHPant
Icontem

File: ptpl_page.ihtml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jesus M. Castagnetto  >  Generalized CachedTemplate class  >  ptpl_page.ihtml  
File: ptpl_page.ihtml
Role: ???
Content type: text/plain
Description: used by phplibtemplate_example.php
Class: Generalized CachedTemplate class
General Template Caching class
 

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>