diff --git a/src/components/com_weblinks/tmpl/categories/default_items.php b/src/components/com_weblinks/tmpl/categories/default_items.php index 8bccc81..200094d 100644 --- a/src/components/com_weblinks/tmpl/categories/default_items.php +++ b/src/components/com_weblinks/tmpl/categories/default_items.php @@ -20,15 +20,27 @@ if ($this->maxLevelcat != 0 && count($this->items[$this->parent->id]) > 0) : items[$this->parent->id] as $id => $item) : ?> params->get('show_empty_categories_cat') || $item->numitems || count($item->getChildren())) : ?>
-
+
escape($item->title); ?> params->get('show_cat_num_links_cat') == 1) :?> - +   numitems; ?> + maxLevelcat > 1 && count($item->getChildren()) > 0) : ?> + +
params->get('show_subcat_desc_cat') == 1 && !empty($item->description)) : ?> @@ -51,18 +63,7 @@ if ($this->maxLevelcat != 0 && count($this->items[$this->parent->id]) > 0) : > - maxLevelcat > 1 && count($item->getChildren()) > 0) : ?> - - + maxLevelcat > 1 && count($item->getChildren()) > 0) : ?>