aboutsummaryrefslogtreecommitdiff
path: root/app/layout/layout.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/layout/layout.phtml')
-rw-r--r--app/layout/layout.phtml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml
index e73f14ba1..bae395033 100644
--- a/app/layout/layout.phtml
+++ b/app/layout/layout.phtml
@@ -17,5 +17,11 @@
<?php $this->partial ('persona'); ?>
+<?php if (isset ($this->notification)) { ?>
+<div id="notification" class="<?php echo $this->notification['type']; ?>">
+<?php echo $this->notification['content']; ?>
+<a class="close" href="">X</a>
+</div>
+<?php } ?>
</body>
</html>