dreamjob/lib/Cake/Test/test_app/View/Elements/session_helper.ctp

5 lines
131 B
Plaintext
Raw Normal View History

2014-02-18 12:10:29 +01:00
<div id="notificationLayout">
<h1><?php echo $name; ?></h1>
<h3><?php echo $title; ?></h3>
<p><?php echo $message; ?></p>
</div>