Login   Register  
PHP Classes
elePHPant
Icontem

File: code/views/header.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Junaid Hassan  >  PHP MVC  >  code/views/header.php  >  Download  
File: code/views/header.php
Role: Application script
Content type: text/plain
Description: header.php
Class: PHP MVC
MVC framework that loads XML configuration files
Author: By
Last change:
Date: 2013-04-27 07:21
Size: 187 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
    <head>
        <title><?php echo $title?></title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>
    <body>