cakephp2-php8/libs/controllers/templates/scaffolds/scaffold.thtml
phpnut fbf4d9ee27 merging code from sandboxes since [430]
preparing for release .0.9.2

git-svn-id: https://svn.cakephp.org/repo/trunk/cake@606 3807eeeb-6ff5-0310-8944-8be069107fe0
2005-08-21 06:49:02 +00:00

17 lines
436 B
Text

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title><?=$title_for_layout?></title>
<?=$html->charsetTag('UTF-8')?>
<?=$html->cssTag('scaffold')?>
<?=$html->cssTag('forms')?>
</head>
<body>
<div id="container">
<h1><?=$title_for_layout?></h1>
<?=$content_for_layout?>
</div>
</body>
</html>