cakephp2-php8/lib/Cake/Test/test_app/View/Elements/flash_helper.ctp
2015-02-04 15:05:40 +00:00

5 lines
No EOL
151 B
PHP

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