mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 04:26:20 +00:00
![phpnut](/assets/img/avatar_default.png)
Renamed sessionHelper.ctp Fixed test case with proper layout name git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6880 3807eeeb-6ff5-0310-8944-8be069107fe0
5 lines
No EOL
142 B
PHP
5 lines
No EOL
142 B
PHP
<div id="notificationLayout">
|
|
<h1><?php echo $name; ?></h1>
|
|
<h3><?php echo $title; ?></h3>
|
|
<p><?php echo $content_for_layout; ?></p>
|
|
</div>
|