|
@@ -248,7 +248,7 @@ function template_main()
|
|
|
</ul>';
|
|
|
|
|
|
// Show the mark all as read button?
|
|
|
- if ($settings['show_mark_read'] && !empty($context['categories']))
|
|
|
+ if ($context['user']['is_logged'] && $settings['show_mark_read'] && !empty($context['categories']))
|
|
|
echo '
|
|
|
<div class="mark_read">', template_button_strip($context['mark_read_button'], 'right'), '</div>';
|
|
|
}
|