Login   Register  
PHP Classes
elePHPant
Icontem

File: template_a.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2006-02-28 06:33
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>