diff --git a/src/components/com_weblinks/tmpl/category/default_children.php b/src/components/com_weblinks/tmpl/category/default_children.php index cb18799..711cd79 100644 --- a/src/components/com_weblinks/tmpl/category/default_children.php +++ b/src/components/com_weblinks/tmpl/category/default_children.php @@ -37,7 +37,12 @@ if ($this->maxLevel != 0 && count($this->children[$this->category->id]) > 0) : - + params->get('show_cat_num_links') == 1) :?> + + + numitems; ?> + + getChildren()) > 0 ) : $this->children[$child->id] = $child->getChildren(); $this->category = $child;