32
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2025-02-04 18:28:25 +00:00
This commit is contained in:
chmst 2021-07-29 09:03:32 +02:00
parent 43145030c7
commit 83b37e4699

View File

@ -77,7 +77,7 @@ $listDirn = $this->escape($this->state->get('list.direction'));
if ($item->state == 0) : ?> if ($item->state == 0) : ?>
<li class="system-unpublished list-group-item"> <li class="system-unpublished list-group-item">
<?php else : ?> <?php else : ?>
<li class="list-group-item" > <li class="list-group-item">
<?php endif; ?> <?php endif; ?>
<?php if ($this->params->get('show_link_hits', 1)) : ?> <?php if ($this->params->get('show_link_hits', 1)) : ?>