mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Updating helper syntax.
This commit is contained in:
parent
d4d9ed7bfe
commit
036d7e6e13
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
|
||||||
<?php $session->flash();?>
|
<?php $this->Session->flash();?>
|
||||||
|
|
||||||
<?php echo $content_for_layout;?>
|
<?php echo $content_for_layout;?>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue