mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
update to use fetch
This commit is contained in:
parent
4c6453501e
commit
3f1c831800
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
<title><?php echo $title_for_layout;?></title>
|
||||
</head>
|
||||
<body>
|
||||
<?php echo $content_for_layout;?>
|
||||
<?php echo $this->fetch('content');?>
|
||||
|
||||
<p>This email was sent using the <a href="http://cakephp.org">CakePHP Framework</a></p>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue