Login   Register  
PHP Classes
elePHPant
Icontem

File: sample_4.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Bao Nguyen Quoc  >  Basic Template  >  sample_4.html  >  Download  
File: sample_4.html
Role: Auxiliary data
Content type: text/plain
Description: Example 4 Template
Class: Basic Template
Regular expression matching based template engine
Author: By
Last change:
Date: 2005-04-25 02:08
Size: 320 bytes
 

Contents

Class file image Download
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>{title}</title>
<style>
<!--
body         { font-family: Tahoma; font-size: 12px }
-->
</style>
</head>

<body>

{@sample_4_sub.html}

</body>

</html>