Login   Register  
PHP Classes
elePHPant
Icontem

File: example.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Marko Schulz  >  Tmpl  >  example.tpl  >  Download  
File: example.tpl
Role: Auxiliary data
Content type: text/plain
Description: This is only an example Template file.
Class: Tmpl
Template engine that replaces placeholders
Author: By
Last change:
Date: 2009-02-09 14:17
Size: 232 bytes
 

Contents

Class file image Download
<html>
<head>
	<title>[%TITLE%]</title>
<style type="text/css">
<!--

body {
 background-color: [%BGCOLOR%];
 font-family: [%FONT%];
 color: [%COLOR%];
}

-->
</style>
</head>

<body>

<h3>Welcome to [%TITLE%]</h3>

</body>
</html>