diff options
Diffstat (limited to 'app/layout/layout.phtml')
| -rw-r--r-- | app/layout/layout.phtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index 0c09ee42a..e25089238 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -30,7 +30,10 @@ <?php $this->render (); ?> </div> -<?php if (isset ($this->notification)) { ?> +<?php + if (isset ($this->notification)) { + touch(PUBLIC_PATH . '/data/touch.txt'); +?> <div class="notification <?php echo $this->notification['type']; ?>"> <?php echo $this->notification['content']; ?> <a class="close" href=""><i class="icon i_close"></i></a> |
