Login   Register  
PHP Classes
elePHPant
Icontem

File: Example3/_template.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Volkan Küçükçakar  >  DEV Template Class  >  Example3/_template.html  >  Download  
File: Example3/_template.html
Role: Auxiliary data
Content type: text/plain
Description: Example 3 - Theme (Morhp) example
Class: DEV Template Class
Template engine with theme and insert support
Author: By
Last change:
Date: 2006-02-16 07:45
Size: 465 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>  <!--insert:title-->  </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>

<!--start:mainpart-->

<p>These lines are between morph_tags  will be ignored. </p>
<p>This part will be exchanged with the inside of tags in _page1.html file.</p>

<!--end:mainpart-->

</body>
</html>