From d749a317ef577391395e9c6b344ed7e195ce6bf0 Mon Sep 17 00:00:00 2001 From: Sieger66 Date: Tue, 21 Sep 2021 20:47:50 +0200 Subject: [PATCH] Add code to display number of links --- .../com_weblinks/tmpl/category/default_children.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;