Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/header.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Valentin  >  IDtpl  >  templates/header.tpl  >  Download  
File: templates/header.tpl
Role: Auxiliary data
Content type: text/plain
Description: template
Class: IDtpl
Template engine based on PHP template scripts
Author: By
Last change: fix
Date: 2009-03-15 03:07
Size: 262 bytes
 

Contents

Class file image Download
<?php if(!defined( "IDTPL" )) die(); ?> 
<html>
<head>
	<title><?=$d['title']?></title>
	<style>
	body {
		font-size: 14px;
		margin: 20px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #222222;
	}
	</style>
</head>

<body>