uid ? 'class="active"':'' !!}>
@if (isset($cfg->show->thumbnail) and !empty($var->thumbnail))
@endif
@if (isset($cfg->show->preview))
@endif
@if (isset($cfg->use->category) and !empty($var->category))
@foreach ($var->category as $cat)
- category->{$cat}) ? 'style="background-color: '.$cfg->category->{$cat}->color.'"':'' !!}>
{{ $cat }}
@endforeach
@endif
@if (isset($cfg->show->date))
@endif
@if (isset($cfg->use->comment) and $var->cmt_count)
- {{ $var->cmt_count }}
@endif
@if (isset($cfg->show->readcount) and $var->read_count)
- {{ $var->read_count }}
@endif
@if (isset($cfg->show->name) and !empty($var->name))
- {{ $var->name }}
@endif