aboutsummaryrefslogtreecommitdiff
path: root/app/layout/layout.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-11-05 21:40:58 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-11-05 21:40:58 +0100
commit209fb252dcce8b69d05f796a914beb0e0bb7f9eb (patch)
tree90b5e72a280f5bae15e4d7895f4f6fc9adb34fce /app/layout/layout.phtml
parent33e47c5ac4cb622b51b0b23c7cad03d91ca1e26c (diff)
Fix issue #4 : ajout des retours utilisateur
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>