Revision 15 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="author" content="Webagentur Niewerth"><title>Ohne Titel 7</title></head><body><h1><?php echo $post['Post']['title']?></h1><p><small>Created: <?php echo $post['Post']['created']?></small></p><p><?php echo $post['Post']['body']?></p><p></p><p><?php echo $html->link('Edit', array('action'=>'edit', 'id'=>$post['Post']['id']));?><?php echo $html->link('Delete', array('action' => 'delete', 'id' => $post['Post']['id']), null, 'Are you sure?' )?></p></body></html>