aboutsummaryrefslogtreecommitdiff
path: root/app/layout/layout.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-06-03 23:41:19 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-06-03 23:41:19 +0200
commit4bdabbd39fd111c6c12d5953bd4bd6de2ae3903d (patch)
tree1c176237d5e46e5ea1e66057fa06a19662bc4c98 /app/layout/layout.phtml
parent5f5bf67d8491af7221c22e33adb9ee2532a338c3 (diff)
Fix theme Origine2
It should be equivalent to Origine (modulo some improvements) See https://github.com/marienfressinaud/FreshRSS/issues/320
Diffstat (limited to 'app/layout/layout.phtml')
-rw-r--r--app/layout/layout.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml
index c22288adb..d2e1e4b3b 100644
--- a/app/layout/layout.phtml
+++ b/app/layout/layout.phtml
@@ -53,7 +53,7 @@
invalidateHttpCache();
}
?>
-<div id="notification" class="<?php echo $status; ?>">
+<div id="notification" class="notification <?php echo $status; ?>">
<span class="msg"><?php echo $msg; ?></span>
<a class="close" href=""><?php echo FreshRSS_Themes::icon('close'); ?></a>
</div>