diff --git a/modules/mod_articles_archive/tmpl/default.php b/modules/mod_articles_archive/tmpl/default.php index a533e59366630..fad4079e24955 100644 --- a/modules/mod_articles_archive/tmpl/default.php +++ b/modules/mod_articles_archive/tmpl/default.php @@ -8,15 +8,16 @@ */ defined('_JEXEC') or die; + ?> + +
  • + + text; ?> + +
  • + + diff --git a/modules/mod_articles_categories/tmpl/default.php b/modules/mod_articles_categories/tmpl/default.php index b5ce9907833df..c62101b194b29 100644 --- a/modules/mod_articles_categories/tmpl/default.php +++ b/modules/mod_articles_categories/tmpl/default.php @@ -8,7 +8,8 @@ */ defined('_JEXEC') or die; + ?> diff --git a/modules/mod_articles_categories/tmpl/default_items.php b/modules/mod_articles_categories/tmpl/default_items.php index fbae85902ef57..4561c452b6625 100644 --- a/modules/mod_articles_categories/tmpl/default_items.php +++ b/modules/mod_articles_categories/tmpl/default_items.php @@ -9,29 +9,30 @@ defined('_JEXEC') or die; -foreach ($list as $item) : ?> -
  • id))) echo ' class="active"'; ?>> level - $startLevel - 1; ?> +?> + + id))) echo ' class="active"'; ?>> + level - $startLevel - 1; ?> get('item_heading') + $levelup; ?>> - - title; ?> - get('numitems')) : ?> - (numitems; ?>) - - - get('item_heading') + $levelup; ?>> - + + title; ?> + get('numitems')) : ?> + (numitems; ?>) + + + get('item_heading') + $levelup; ?>> get('show_description', 0)) : ?> description, $item->getParams(), 'mod_articles_categories.content'); ?> get('show_children', 0) && (($params->get('maxlevel', 0) == 0) || ($params->get('maxlevel') >= ($item->level - $startLevel))) && count($item->getChildren())) : ?> - '; ?> - - getChildren(); ?> - get('layout', 'default') . '_items'); ?> - - '; ?> +
  • diff --git a/modules/mod_articles_category/tmpl/default.php b/modules/mod_articles_category/tmpl/default.php index 27909e734de41..0a3b28b70bd6d 100644 --- a/modules/mod_articles_category/tmpl/default.php +++ b/modules/mod_articles_category/tmpl/default.php @@ -13,111 +13,105 @@