cakephp2-php8/lib/Cake/Test/test_app/View/Elements/flash_helper.ctp

5 lines
151 B
Text
Raw Normal View History

<div id="notificationLayout">
<h1><?php echo $params['name']; ?></h1>
<h3><?php echo $params['title']; ?></h3>
<p><?php echo $message; ?></p>
</div>