cakephp2-php8/lib/Cake/Test/test_app/View/Elements/session_helper.ctp
2011-05-13 02:45:36 -04:30

5 lines
No EOL
131 B
PHP

<div id="notificationLayout">
<h1><?php echo $name; ?></h1>
<h3><?php echo $title; ?></h3>
<p><?php echo $message; ?></p>
</div>