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:
parent
27d8fdc7ce
commit
1bff687429
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user