Subversion-Projekte lars-tiefland.cakephp

Revision

Revision 9 | Zur aktuellen Revision | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
15 lars 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<html>
3
 
4
<head>
5
	<meta http-equiv="content-type" content="text/html; charset=utf-8">
6
	<meta name="author" content="Webagentur Niewerth">
7
 
8
	<title>Ohne Titel 7</title>
9
</head>
10
 
11
<body>
9 lars 12
<h1><?php echo $post['Post']['title']?></h1>
13
 
14
<p><small>Created: <?php echo $post['Post']['created']?></small></p>
15
 
15 lars 16
<p><?php echo $post['Post']['body']?></p>
17
</body>
18
</html>