Login   Register  
PHP Classes
elePHPant
Icontem

File: header-template.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Richard Heyes  >  Template Class  >  header-template.html  >  Download  
File: header-template.html
Role: ???
Content type: text/plain
Description: The header of the multiple template example.
Class: Template Class
Template engine to seperate page design from code
Author: By
Last change:
Date: 2000-08-13 14:09
Size: 466 bytes
 

Contents

Class file image Download
<HTML>
<HEAD>
<TITLE>{page_title}</TITLE>
</HEAD>
<BODY>

<INCLUDE FILENAME="header.html">

<P ALIGN="CENTER">{test_var}</P>

<TABLE BORDER="0" BGCOLOR="#000000" STYLE="background-color: #000000; font-family: monospace; font-size: 10pt" CELLSPACING="1" ALIGN="CENTER">
        <TR>
                <TH BGCOLOR="#DDDDDD">Column 1</TH>
                <TH BGCOLOR="#DDDDDD">Column 2</TH>
                <TH BGCOLOR="#DDDDDD">Column 3</TH>
        </TR>