cmc-sales/cake/tests/test_app/views/layouts/session_helper.ctp
2013-03-23 16:25:52 +11:00

5 lines
142 B
PHP
Executable file

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