/+junk/StupidMVC

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/StupidMVC

« back to all changes in this revision

Viewing changes to Application/Views/header.php

  • Committer: Gustav Hartvigsson
  • Date: 2016-03-17 16:13:14 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160317161314-z2k6qdqeciuoliwi
* Woops.. Forget the beader and footer files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php  ?>
 
2
<!DOCTYPE html>
 
3
 
 
4
 
 
5
<html  xmlns="http://www.w3.org/1999/xhtml">
 
6
  <head>
 
7
    <meta http-equiv="content-type" content="application/xhtml+xml" charset="utf-8" />
 
8
    <title>  <?=$user_data["page_title"]; ?>  </title>
 
9
  </head>
 
10
  <body>