* Fix for Users online option

This commit is contained in:
Visman 2018-11-03 19:07:02 +07:00
parent 2040f492c6
commit f2bf8a6530

View file

@ -19,9 +19,9 @@
@endif
@if ($p->online)
<dd>{!! __('Visitors online', num($p->online->numUsers), num($p->online->numGuests)) !!}</dd>
@endif
@if ($p->stats)
@if ($p->stats)
<dd>{!! __('Most online', num($p->online->maxNum), dt($p->online->maxTime)) !!}</dd>
@endif
@endif
</dl>
@if ($p->online && $p->online->info)