PHP Classes

File: header.tpl

Recommend this page to a friend!
  Classes of Rick Hopkins   plato   header.tpl   Download  
File: header.tpl
Role: Example script
Content type: text/plain
Description: header template file
Class: plato
Template parsing engine
Author: By
Last change:
Date: 20 years ago
Size: 549 bytes
 

Contents

Class file image Download
<html>
<head>
<title>{title}</title>
<style>
h1 {font-family: Arial; font-size: 10px; font-weight: bold; color: #666666; margin: 0px; padding: 0px;}
b {font-size: 11px; color: #333333;}
.input {font-family: Arial; font-size: 10px; font-weight: bold; color: #666666; margin: 0px; padding: 0px; background-color: #EEEEEE; border: 1px solid #333333;}
hr {height: 1px; width: 300px; color: #999999; text-align: left;}
</style>
</head>
<body>
<h1>
<b>Plato PHP Template Parsing Engine</b><br>
Version 0.0.5 - 01.30.2004<br>
Rick Hopkins<hr>