PHP Classes

File: Views/default/header.php

Recommend this page to a friend!
  Classes of Shawn McAllister   MVC Like Modular Framework   Views/default/header.php   Download  
File: Views/default/header.php
Role: Example script
Content type: text/plain
Description: Default Header
Class: MVC Like Modular Framework
Framework that implements the MVC design pattern
Author: By
Last change:
Date: 15 years ago
Size: 358 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Default View</title>
<style type="text/css">
<!--
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
-->
</style></head>
<body>