diff --git a/src/components/com_weblinks/tmpl/categories/default_items.php b/src/components/com_weblinks/tmpl/categories/default_items.php index fad8cd7621c..8857aeb94c0 100644 --- a/src/components/com_weblinks/tmpl/categories/default_items.php +++ b/src/components/com_weblinks/tmpl/categories/default_items.php @@ -30,7 +30,16 @@ - maxLevelcat > 1 && count($item->getChildren()) > 0) : ?> + params->get('show_subcat_desc_cat') == 1) : ?> + description) : ?> +
+ description, '', 'com_weblinks.categories'); ?> +
+ + + params->get('show_description_image') && $item->getParams()->get('image')) : ?> + <?php echo htmlspecialchars($item->getParams()->get('image_alt'), ENT_COMPAT, 'UTF-8'); ?> + maxLevelcat > 1 && count($item->getChildren()) > 0) : ?> - params->get('show_subcat_desc_cat') == 1) : ?> - description) : ?> -
- description, '', 'com_weblinks.categories'); ?> -
- - - params->get('show_description_image') && $item->getParams()->get('image')) : ?> - <?php echo htmlspecialchars($item->getParams()->get('image_alt'), ENT_COMPAT, 'UTF-8'); ?> - maxLevelcat > 1 && count($item->getChildren()) > 0) : ?>