PHP Classes

File: language_fastwrite.html

Recommend this page to a friend!
  Classes of Valics Lehel   Fast Template   language_fastwrite.html   Download  
File: language_fastwrite.html
Role: Auxiliary data
Content type: text/plain
Description: FastWrite Template
Class: Fast Template
Updated revision of CDI Fast Template engine
Author: By
Last change: Cosmetics
Date: 19 years ago
Size: 368 bytes
 

Contents

Class file image Download
<!-- NAME: main.html --> <html> <head><title> LANGUAGE DEMO </title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> {C_TEXT1}<br> {C_TEXT2}<br> {C_TEXT3}<br> <br> Click here to see the created file : <a href="{URL}">{URL}</a><br> <br> <a href="index.html">Back to index</a> </body> </html> <!-- END: main.html -->