PHP Classes

File: Example3/_page1.html

Recommend this page to a friend!
  Classes of Volkan Küçükçakar   DEV Template Class   Example3/_page1.html   Download  
File: Example3/_page1.html
Role: Auxiliary data
Content type: text/plain
Description: Example 3
Class: DEV Template Class
Template engine with theme and insert support
Author: By
Last change:
Date: 18 years ago
Size: 723 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>This title will be overriden by the title in "_template.html" </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <!--start:mainpart--> <p><strong>Example 3 - Complex Usage </strong></p> <p>This is an example merges two template files with morph_tags and inserts dynamic texts.</p> <p>The title of this page was inserted dynamically.</p> <p>This date &quot; <!--insert:date--> &quot; was inserted dynamically. </p> <p>This text &quot; <!--insert:hello--> &quot; was inserted dynamically. </p> <!--end:mainpart--> </body> </html>