Browse Source

Add flash_helper element

Bryan Crowe 12 years ago
parent
commit
da998abb81
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tests/test_app/TestApp/Template/Element/flash_helper.ctp

+ 5 - 0
tests/test_app/TestApp/Template/Element/flash_helper.ctp

@@ -0,0 +1,5 @@
+<div id="notificationLayout">
+	<h1><?= $params['name']; ?></h1>
+	<h3><?= $params['title']; ?></h3>
+	<p><?= $message; ?></p>
+</div>