diff options
| author | 2014-10-31 16:43:05 +0100 | |
|---|---|---|
| committer | 2014-10-31 16:43:05 +0100 | |
| commit | 724e13f0a6419b046b33da71e66058e279551edd (patch) | |
| tree | 166f7e759c6e4826d370206097f69bd1b3724735 /app | |
| parent | d9c56fb6f76a0a79ec193188e7416d624944c8f3 (diff) | |
Fix global view mark as read
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/index/global.phtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/index/global.phtml b/app/views/index/global.phtml index 0975a5a00..ae7f5ffbc 100644 --- a/app/views/index/global.phtml +++ b/app/views/index/global.phtml @@ -47,7 +47,8 @@ ?> </div> -<div id="overlay"></div> -<div id="panel"<?php echo FreshRSS_Context::$conf->display_posts ? '' : ' class="hide_posts"'; ?>> +<div id="overlay"> <a class="close" href="#"><?php echo _i('close'); ?></a> </div> +<div id="panel"<?php echo FreshRSS_Context::$conf->display_posts ? '' : ' class="hide_posts"'; ?>> +</div> |
