mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-16 03:48:24 +00:00
5 lines
142 B
Text
5 lines
142 B
Text
|
<div id="notificationLayout">
|
||
|
<h1><?php echo $name; ?></h1>
|
||
|
<h3><?php echo $title; ?></h3>
|
||
|
<p><?php echo $content_for_layout; ?></p>
|
||
|
</div>
|