PHP Classes

File: default.tpl

Recommend this page to a friend!
  Classes of larry bird   Template Generation   default.tpl   Download  
File: default.tpl
Role: Auxiliary data
Content type: text/plain
Description: HTML file to parse
Class: Template Generation
Template engine that replaces regular expression
Author: By
Last change:
Date: 18 years ago
Size: 366 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> <title>{TITLE}</title> </head> <body> <p><b>{TEST_01}</b></p> <p>{TEST_02}</p> {ExTIME} </body> </html>