cakephp2-php8/cake/tests/test_app/views/layouts/session_helper.ctp

5 lines
142 B
Text
Raw Normal View History

<div id="notificationLayout">
<h1><?php echo $name; ?></h1>
<h3><?php echo $title; ?></h3>
<p><?php echo $content_for_layout; ?></p>
</div>