PHP Classes

File: examples/exampleCustomDelimiter.tpl

Recommend this page to a friend!
  Classes of Eric Sizemore   Simple Template Engine   examples/exampleCustomDelimiter.tpl   Download  
File: examples/exampleCustomDelimiter.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple Template Engine
Template engine based on text replacement
Author: By
Last change: Update of examples/exampleCustomDelimiter.tpl
Date: 6 months ago
Size: 164 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML> <html> <head> <meta http-equiv="content-type" content="text/html" /> <title>{%title%}</title> </head> <body> <p>{%content%}</p> </body> </html>