mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
37e42105c6
The point is to provide custom error messages for Cake. As you will see, the quality of documentation is astounding. git-svn-id: https://svn.cakephp.org/repo/trunk/cake@255 3807eeeb-6ff5-0310-8944-8be069107fe0
16 lines
423 B
Text
16 lines
423 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="pl" xml:lang="pl">
|
|
<head>
|
|
<title><?=$title_for_layout?></title>
|
|
<?=$this->charsetTag('UTF-8')?>
|
|
<?=$this->cssTag('default')?>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="container">
|
|
<div id="content">
|
|
<?=$content_for_layout?>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|