session_helper.ctp 120 B

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