PHP Classes

File: templates/header.tpl

Recommend this page to a friend!
  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: 15 years ago
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>