PHP Classes

File: page.tpl

Recommend this page to a friend!
  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: 14 years ago
Size: 130 bytes
 

Contents

Class file image Download
<html> <head> <title>{title}</title> </head> <body> <h1>{heading}</h1> <p> {message} </p> </body> </html>