PHP Classes

File: template_a.html

Recommend this page to a friend!
  Classes of Julien PACHET   Simplest Template   template_a.html   Download  
File: template_a.html
Role: Auxiliary data
Content type: text/plain
Description: template example
Class: Simplest Template
Template engine based on simple text replacing
Author: By
Last change: bug fix
Date: 18 years ago
Size: 216 bytes
 

Contents

Class file image Download
<html> <head> <title>{TITLE}</title> <link rel="stylesheet" type="text/css" href="{CSS_FILE}"> </head> <body> <h1>::{TITLE}</h1> <br> {BODY} <hr> {TAIL} </body> </html>