diff options
Diffstat (limited to 'app/layout/layout.phtml')
| -rw-r--r-- | app/layout/layout.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index de9b76775..5b2adae1e 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -19,9 +19,9 @@ <?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 class="notification <?php echo $this->notification['type']; ?>"> + <?php echo $this->notification['content']; ?> + <a class="close" href="">X</a> </div> <?php } ?> </body> |
