flash_helper.ctp 140 B

12345
  1. <div id="notificationLayout">
  2. <h1><?= $params['name']; ?></h1>
  3. <h3><?= $params['title']; ?></h3>
  4. <p><?= $message; ?></p>
  5. </div>