32
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-12-25 01:45:59 +00:00

Correct parameter name for show #Web Links

This commit is contained in:
Tuan Pham Ngoc 2021-10-02 13:00:55 +07:00
parent 27d8fdc7ce
commit 1bff687429

View File

@ -25,7 +25,7 @@ if ($this->maxLevel != 0 && count($this->children[$this->category->id]) > 0) :
<?php echo $this->escape($child->title); ?> <?php echo $this->escape($child->title); ?>
</a> </a>
<?php if ($this->params->get('show_cat_items') == 1) : ?> <?php if ($this->params->get('show_cat_num_links') == 1) : ?>
<span class="badge bg-info float-end" title="<?php echo Text::_('COM_WEBLINKS_CAT_NUM'); ?>"><?php echo $child->numitems; ?></span> <span class="badge bg-info float-end" title="<?php echo Text::_('COM_WEBLINKS_CAT_NUM'); ?>"><?php echo $child->numitems; ?></span>
<?php endif; ?> <?php endif; ?>
</div> </div>