Login   Register  
PHP Classes
elePHPant
Icontem

File: page.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Luke Szanto  >  Tamplate  >  page.tpl  >  Download  
File: page.tpl
Role: Auxiliary data
Content type: text/plain
Description: An example of a simple template
Class: Tamplate
Template engine that replaces variables with text
Author: By
Last change:
Date: 2009-12-17 20:55
Size: 130 bytes
 

Contents

Class file image Download
<html>
<head>
	<title>{title}</title>
</head>

<body>

	<h1>{heading}</h1>
	
	<p>
		{message}
	</p>

</body>
</html>