cakephp2-php8/lib/Cake/tests/test_app/views/elements/session_helper.ctp
José Lorenzo Rodríguez 4a287faa1e Moving the tests folder
2010-12-08 01:36:38 -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>