To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/StupidMVC
1
2
3
4
5
6
7
8
9
10
|
<?php ?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml" charset="utf-8" />
<title> <?=$user_data["page_title"]; ?> </title>
</head>
<body>
|