diff options
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> |
