PHP Classes

File: templates/header.tpl

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Forms Class with HTML Generator and JavaScript Validation   templates/header.tpl   Download  
File: templates/header.tpl
Role: Auxiliary data
Content type: text/plain
Description: Example page header Smarty template
Class: PHP Forms Class with HTML Generator and JavaScript Validation
HTML forms generation and validation.
Author: By
Last change: Added a section for the page CSS styles.
Date: 17 years ago
Size: 233 bytes
 

Contents

Class file image Download
<html> <head> <title>{$title}</title> {if $styles neq ""}<style type="text/css"><!-- {$styles} // --></style>{/if} </head> <body{if $onload neq ""} onload="{$onload}"{/if} bgcolor="#cccccc"> <center><h1>{$title}</h1></center> <hr />