PHP Classes

File: code/views/header.php

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