2005-06-22 18:52:34 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2005-08-21 06:49:02 +00:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
2005-06-22 18:52:34 +00:00
|
|
|
<head>
|
2005-07-10 05:08:19 +00:00
|
|
|
<title><?=$title_for_layout?></title>
|
|
|
|
<?=$html->charsetTag('UTF-8')?>
|
2005-07-21 04:02:32 +00:00
|
|
|
<?=$html->cssTag('default')?>
|
|
|
|
<?=$html->cssTag('forms')?>
|
2005-06-22 18:52:34 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2005-08-21 06:49:02 +00:00
|
|
|
<div id="main">
|
|
|
|
<?=$content_for_layout?>
|
2005-08-22 02:48:37 +00:00
|
|
|
|
|
|
|
<p>
|
|
|
|
<a id="logo" href="http://www.cakephp.org/" target="_new"><img src="/img/pbcake.gif" width="120" height="28" alt="CakePHP : Rapid Development Framework" /></a>
|
|
|
|
</p>
|
2005-06-22 18:52:34 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|