Alexandre Alapetite 11 years ago
parent 5fc72aa7fe
commit 9ac09897ec
  1. 2
      app/layout/layout.phtml

@ -32,7 +32,7 @@
<?php
if (isset ($this->notification)) {
touch(PUBLIC_PATH . '/data/touch.txt');
touch(PUBLIC_PATH . '/data/touch.txt', time() + 1);
?>
<div class="notification <?php echo $this->notification['type']; ?>">
<?php echo $this->notification['content']; ?>

Loading…
Cancel
Save