PHP Classes

File: view/header.tpl.php

Recommend this page to a friend!
  Classes of Thiago Arcanjo   FileText   view/header.tpl.php   Download  
File: view/header.tpl.php
Role: Example script
Content type: text/plain
Description: Example of header file
Class: FileText
Generate Web pages from template files
Author: By
Last change: Added charset meta tag.
Date: 9 years ago
Size: 117 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
    <head>
        <title><tag{TITLE}></title>
        <meta charset="<tag{CHARSET}>">
    </head>
    <body>