brmsklad/lib/Cake/Test/test_app/View/Elements/flash_helper.ctp
2017-02-26 15:32:50 +01: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>