comparison cake/tests/test_app/views/elements/session_helper.ctp @ 0:261e66bd5a0c

hg init
author Shoshi TAMAKI <shoshi@cr.ie.u-ryukyu.ac.jp>
date Sun, 24 Jul 2011 21:08:31 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:261e66bd5a0c
1 <div id="notificationLayout">
2 <h1><?php echo $name; ?></h1>
3 <h3><?php echo $title; ?></h3>
4 <p><?php echo $message; ?></p>
5 </div>